#DBBD8C

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

Shades of Burly Wood #DBBD8C

Tints of Burly Wood #DBBD8C

Color information

#DBBD8C (or 0xDBBD8C) is unknown color: approx Burly Wood. HEX triplet: DB, BD and 8C. RGB value is (219,189,140). Sum of RGB (Red+Green+Blue) = 219+189+140=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD8C is #244273. Grayscale: #C0C0C0. Windows color (decimal): -2376308 or 9223643. OLE color: 9223643.

HSL color Cylindrical-coordinate representation of color #DBBD8C: hue angle of 37.22º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBBD8C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB219189140-
CMYK00.140.360.14
HSL37.22º52.32%70.39%-
HSV(B)37.22º36.07%85.88%-
XYZ52.1453.3532.36-
YUV192.3898.44146.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 140 (55.08% from 255) = 25.55%
R=39.96%
G=34.49%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918914000.140.360.1437.2252.3270.39
HexDBBD8C0E24E253446
Octal33327521401644164564106
Binary1101101110111101100011000111010010011101001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBD8C; }

 p { color: rgb(219,189,140); }

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

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

 a { background-color: rgb(219,189,140); }

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

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

 span { border-color: rgb(219,189,140); }

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