#DDBC8A

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

Shades of Burly Wood #DDBC8A

Tints of Burly Wood #DDBC8A

Color information

#DDBC8A (or 0xDDBC8A) is unknown color: approx Burly Wood. HEX triplet: DD, BC and 8A. RGB value is (221,188,138). Sum of RGB (Red+Green+Blue) = 221+188+138=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC8A is #224375. Grayscale: #C0C0C0. Windows color (decimal): -2245494 or 9092317. OLE color: 9092317.

HSL color Cylindrical-coordinate representation of color #DDBC8A: hue angle of 36.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDBC8A is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221188138-
CMYK00.150.380.13
HSL36.14º54.97%70.39%-
HSV(B)36.14º37.56%86.67%-
XYZ52.3953.1731.55-
YUV192.1797.43148.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=40.40%
G=34.37%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118813800.150.380.1336.1454.9770.39
HexDDBC8A0F26D243746
Octal33527421201746154467106
Binary1101110110111100100010100111110011011011001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBC8A; }

 p { color: rgb(221,188,138); }

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

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

 a { background-color: rgb(221,188,138); }

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

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

 span { border-color: rgb(221,188,138); }

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