#DDBA8A

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

Shades of Burly Wood #DDBA8A

Tints of Burly Wood #DDBA8A

Color information

#DDBA8A (or 0xDDBA8A) is unknown color: approx Burly Wood. HEX triplet: DD, BA and 8A. RGB value is (221,186,138). Sum of RGB (Red+Green+Blue) = 221+186+138=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA8A is #224575. Grayscale: #BFBFBF. Windows color (decimal): -2246006 or 9091805. OLE color: 9091805.

HSL color Cylindrical-coordinate representation of color #DDBA8A: hue angle of 34.7º 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 #DDBA8A is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221186138-
CMYK00.160.380.13
HSL34.7º54.97%70.39%-
HSV(B)34.7º37.56%86.67%-
XYZ51.9752.3231.41-
YUV190.9998.1149.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=40.55%
G=34.13%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118613800.160.380.1334.754.9770.39
HexDDBA8A01026D233746
Octal33527221202046154367106
Binary11011101101110101000101001000010011011011000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA8A; }

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

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

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

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

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

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

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

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