#DBBC8B

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

Shades of Burly Wood #DBBC8B

Tints of Burly Wood #DBBC8B

Color information

#DBBC8B (or 0xDBBC8B) is unknown color: approx Burly Wood. HEX triplet: DB, BC and 8B. RGB value is (219,188,139). Sum of RGB (Red+Green+Blue) = 219+188+139=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC8B is #244374. Grayscale: #BFBFBF. Windows color (decimal): -2376565 or 9157851. OLE color: 9157851.

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

Color convert

RGB219188139-
CMYK00.140.370.14
HSL36.75º52.63%70.2%-
HSV(B)36.75º36.53%85.88%-
XYZ51.8652.8931.9-
YUV191.6898.27147.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=40.11%
G=34.43%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918813900.140.370.1436.7552.6370.2
HexDBBC8B0E25E253546
Octal33327421301645164565106
Binary1101101110111100100010110111010010111101001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBC8B; }

 p { color: rgb(219,188,139); }

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

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

 a { background-color: rgb(219,188,139); }

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

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

 span { border-color: rgb(219,188,139); }

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