#DCBD8C

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

Shades of Burly Wood #DCBD8C

Tints of Burly Wood #DCBD8C

Color information

#DCBD8C (or 0xDCBD8C) is unknown color: approx Burly Wood. HEX triplet: DC, BD and 8C. RGB value is (220,189,140). Sum of RGB (Red+Green+Blue) = 220+189+140=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD8C is #234273. Grayscale: #C0C0C0. Windows color (decimal): -2310772 or 9223644. OLE color: 9223644.

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

Color convert

RGB220189140-
CMYK00.140.360.14
HSL36.75º53.33%70.59%-
HSV(B)36.75º36.36%86.27%-
XYZ52.4553.532.37-
YUV192.6898.27147.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 140 (55.08% from 255) = 25.50%
R=40.07%
G=34.43%
B=25.50%

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
Decimal22018914000.140.360.1436.7553.3370.59
HexDCBD8C0E24E253547
Octal33427521401644164565107
Binary1101110010111101100011000111010010011101001011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBD8C; }

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

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

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

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

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

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

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

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