#DCBB8A

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

Shades of Burly Wood #DCBB8A

Tints of Burly Wood #DCBB8A

Color information

#DCBB8A (or 0xDCBB8A) is unknown color: approx Burly Wood. HEX triplet: DC, BB and 8A. RGB value is (220,187,138). Sum of RGB (Red+Green+Blue) = 220+187+138=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB8A is #234475. Grayscale: #BFBFBF. Windows color (decimal): -2311286 or 9092060. OLE color: 9092060.

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

Color convert

RGB220187138-
CMYK00.150.370.14
HSL35.85º53.95%70.2%-
HSV(B)35.85º37.27%86.27%-
XYZ51.8752.5931.46-
YUV191.2897.93148.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=40.37%
G=34.31%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018713800.150.370.1435.8553.9570.2
HexDCBB8A0F25E243646
Octal33427321201745164466106
Binary1101110010111011100010100111110010111101001001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB8A; }

 p { color: rgb(220,187,138); }

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

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

 a { background-color: rgb(220,187,138); }

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

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

 span { border-color: rgb(220,187,138); }

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