#DBC090

Color #DBC090 Burly Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burly Wood #DBC090

Tints of Burly Wood #DBC090

Color information

#DBC090 (or 0xDBC090) is unknown color: approx Burly Wood. HEX triplet: DB, C0 and 90. RGB value is (219,192,144). Sum of RGB (Red+Green+Blue) = 219+192+144=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC090 is #243F6F. Grayscale: #C2C2C2. Windows color (decimal): -2375536 or 9486555. OLE color: 9486555.

HSL color Cylindrical-coordinate representation of color #DBC090: hue angle of 38.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBC090 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219192144-
CMYK00.120.340.14
HSL38.4º51.02%71.18%-
HSV(B)38.4º34.25%85.88%-
XYZ53.154.7734.16-
YUV194.699.45145.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 192 (75.39% from 255) = 34.59%
BLUE value IS 144 (56.64% from 255) = 25.95%
R=39.46%
G=34.59%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919214400.120.340.1438.451.0271.18
HexDBC0900C22E263347
Octal33330022001442164663107
Binary1101101111000000100100000110010001011101001101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC090; }

 p { color: rgb(219,192,144); }

 H1.HeaderClassName
 {
   color: #DBC090;
 }
 .AnyTagClassName
 {
   color: #DBC090;
 }
</style>
background-color css

<style>
 a { background-color: #DBC090; }

 a { background-color: rgb(219,192,144); }

 div.DivClassName
 {
   background-color: #DBC090;
 }
 .BgClassName
 {
   background-color: #DBC090;
 }
</style>
border-color css

<style>
 span { border-color: #DBC090; }

 span { border-color: rgb(219,192,144); }

 td.TdClassName
 {
   border-color: #DBC090;
 }
 .TagClassName
 {
   border-color: #DBC090;
 }
</style>