Color Hex Logo

#dbca61 Color Hex

#DBCA61
(219,202,97)
0 Favorites   0 Comments

Color spaces of #dbca61

RGB 21920297
HSL0.140.630.62
HSV52°56°86°
CMYK 0.000.080.56   0.14
XYZ52.491658.164219.7695
Yxy58.16420.40250.4460
Hunter Lab76.2655-10.607538.0167
CIE-Lab80.8300-7.147253.6973

#dbca61 color RGB value is (219,202,97).

#dbca61 hex color red value is 219, green value is 202 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dbca61 hue: 0.14 , saturation: 0.63 and the lightness value of dbca61 is 0.62.

The process color (four color CMYK) of #dbca61 color hex is 0.00, 0.08, 0.56, 0.14. Web safe color of #dbca61 is #cccc66. Color #dbca61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001010 01100001
Octal 333 312 141
Decimal 219 202 97
Hex DB CA 61

RGB Percentages of Color #dbca61

%42.28
%39.00
%18.73

CMYK Percentages of Color #dbca61

%0
%8
%56
%14

Triadic Colors of #dbca61

#dbca61 #61dbca #ca61db

Analogous Colors of #dbca61

#dbca61 #afdb61 #db8d61

Monochromatic Colors of #dbca61

#dbca61

Complementary Color

#dbca61 #6172db

#dbca61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbca61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbca61 Color CSS Codes

.mybgcolor {background-color:#dbca61; } 
.myforecolor {color:#dbca61; }
.mybordercolor {border:3px solid #dbca61; }

#dbca61 Text Font Color

<p style="color:#dbca61">Text here</p>

This sample text font color is #dbca61
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbca61 Background Color

<div style="background-color:#dbca61">
Div content here</div>

This div background color is #dbca61


#dbca61 Border Color

<div style="border:3px solid #dbca61">
Div here</div>

This div border color is #dbca61


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,202,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbca61; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbca61;
  -webkit-box-shadow: 1px 1px 3px 2px #dbca61;
  box-shadow:         1px 1px 3px 2px #dbca61; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,202,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbca61">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbca61;
  -webkit-box-shadow: 1px 1px 3px 2px #dbca61;
  box-shadow:         1px 1px 3px 2px #dbca61;">
Div content here</div>

This div box has shadow with color #dbca61


Comments

No comments written yet.

Please login to write comment.