Color Hex Logo

#dbcb90 Color Hex

#DBCB90
(219,203,144)
0 Favorites   0 Comments

Color spaces of #dbcb90

RGB 219203144
HSL0.130.510.71
HSV47°34°86°
CMYK 0.000.070.34   0.14
XYZ55.603459.785634.9947
Yxy59.78560.36970.3976
Hunter Lab77.3211-6.948627.2908
CIE-Lab81.7215-3.038831.4885

#dbcb90 color RGB value is (219,203,144).

#dbcb90 hex color red value is 219, green value is 203 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dbcb90 hue: 0.13 , saturation: 0.51 and the lightness value of dbcb90 is 0.71.

The process color (four color CMYK) of #dbcb90 color hex is 0.00, 0.07, 0.34, 0.14. Web safe color of #dbcb90 is #cccc99. Color #dbcb90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 10010000
Octal 333 313 220
Decimal 219 203 144
Hex DB CB 90

RGB Percentages of Color #dbcb90

%38.69
%35.87
%25.44

CMYK Percentages of Color #dbcb90

%0
%7
%34
%14

Triadic Colors of #dbcb90

#dbcb90 #90dbcb #cb90db

Analogous Colors of #dbcb90

#dbcb90 #c6db90 #dba690

Monochromatic Colors of #dbcb90

#dbcb90

Complementary Color

#dbcb90 #90a0db

#dbcb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb90 Color CSS Codes

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

#dbcb90 Text Font Color

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

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


#dbcb90 Background Color

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

This div background color is #dbcb90


#dbcb90 Border Color

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

This div border color is #dbcb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb90


Comments

No comments written yet.

Please login to write comment.