Color Hex Logo

#dbc280 Color Hex

#DBC280
(219,194,128)
0 Favorites   0 Comments

Color spaces of #dbc280

RGB 219194128
HSL0.120.560.68
HSV44°42°86°
CMYK 0.000.110.42   0.14
XYZ52.401555.202228.3153
Yxy55.20220.38550.4061
Hunter Lab74.2982-4.128229.4131
CIE-Lab79.1576-0.173436.4061

#dbc280 color RGB value is (219,194,128).

#dbc280 hex color red value is 219, green value is 194 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dbc280 hue: 0.12 , saturation: 0.56 and the lightness value of dbc280 is 0.68.

The process color (four color CMYK) of #dbc280 color hex is 0.00, 0.11, 0.42, 0.14. Web safe color of #dbc280 is #cccc99. Color #dbc280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 10000000
Octal 333 302 200
Decimal 219 194 128
Hex DB C2 80

RGB Percentages of Color #dbc280

%40.48
%35.86
%23.66

CMYK Percentages of Color #dbc280

%0
%11
%42
%14

Triadic Colors of #dbc280

#dbc280 #80dbc2 #c280db

Analogous Colors of #dbc280

#dbc280 #c7db80 #db9580

Monochromatic Colors of #dbc280

#dbc280

Complementary Color

#dbc280 #8099db

#dbc280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc280 Color CSS Codes

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

#dbc280 Text Font Color

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

This sample text font color is #dbc280
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.


#dbc280 Background Color

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

This div background color is #dbc280


#dbc280 Border Color

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

This div border color is #dbc280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc280


Comments

No comments written yet.

Please login to write comment.