#DCBE8D

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

Shades of Burly Wood #DCBE8D

Tints of Burly Wood #DCBE8D

Color information

#DCBE8D (or 0xDCBE8D) is unknown color: approx Burly Wood. HEX triplet: DC, BE and 8D. RGB value is (220,190,141). Sum of RGB (Red+Green+Blue) = 220+190+141=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE8D is #234172. Grayscale: #C1C1C1. Windows color (decimal): -2310515 or 9289436. OLE color: 9289436.

HSL color Cylindrical-coordinate representation of color #DCBE8D: hue angle of 37.22º 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 #DCBE8D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220190141-
CMYK00.140.360.14
HSL37.22º53.02%70.78%-
HSV(B)37.22º35.91%86.27%-
XYZ52.7453.9732.84-
YUV193.3898.44146.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 141 (55.47% from 255) = 25.59%
R=39.93%
G=34.48%
B=25.59%

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
Decimal22019014100.140.360.1437.2253.0270.78
HexDCBE8D0E24E253547
Octal33427621501644164565107
Binary1101110010111110100011010111010010011101001011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE8D; }

 p { color: rgb(220,190,141); }

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

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

 a { background-color: rgb(220,190,141); }

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

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

 span { border-color: rgb(220,190,141); }

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