#DCBB8B

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

Shades of Burly Wood #DCBB8B

Tints of Burly Wood #DCBB8B

Color information

#DCBB8B (or 0xDCBB8B) is unknown color: approx Burly Wood. HEX triplet: DC, BB and 8B. RGB value is (220,187,139). Sum of RGB (Red+Green+Blue) = 220+187+139=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB8B is #234474. Grayscale: #BFBFBF. Windows color (decimal): -2311285 or 9157596. OLE color: 9157596.

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

Color convert

RGB220187139-
CMYK00.150.370.14
HSL35.56º53.64%70.39%-
HSV(B)35.56º36.82%86.27%-
XYZ51.9552.6231.85-
YUV191.498.43148.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=40.29%
G=34.25%
B=25.46%

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
Decimal22018713900.150.370.1435.5653.6470.39
HexDCBB8B0F25E243646
Octal33427321301745164466106
Binary1101110010111011100010110111110010111101001001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB8B; }

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

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

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

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

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

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

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

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