Html Css Color HEX #DDBA88 Burly Wood

📋 copy color: '#DDBA88'

red 221 ◦ green 186 ◦ blue 136

#DDBA88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burly Wood #DDBA88

Tints of Burly Wood #DDBA88

RGB

 RED value IS 221 (86.72% from 255) = 40.7%

 GREEN value IS 186 (73.05% from 255) = 34.25%

 BLUE value IS 136 (53.52% from 255) = 25.05%

R = 40.7%
G = 34.25%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDBA88 (or 0xDDBA88) is known color: Burly Wood. HEX triplet: DD, BA and 88. RGB value is (221,186,136). Sum of RGB (Red+Green+Blue) = 221+186+136=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA88 is #224577. Grayscale: #BFBFBF. Windows color (decimal): -2246008 or 8960733. OLE color: 8960733.

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

Color convert

RGB 221 186 136 -
CMYK 0 0.16 0.38 0.13
HSL 35.29º 0.56% 0.7% -
HSV(B) 35.29º 0.38% 0.87% -
XYZ 51.82 52.27 30.65 -
YUV 190.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 221 186 136 0 0.16 0.38 0.13 35.29 0.56 0.7
Hex DD BA 88 0 10 26 D 23 38 46
Octal 335 272 210 0 20 46 15 43 70 106
Binary 11011101 10111010 10001000 0 10000 100110 1101 100011 111000 1000110

Color Harmonies of #DDBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA88

Black with #DDBA88

Text Example


Text Example

White with #DDBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA88; }

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

 H1.HeaderClassName
 {
   color: #DDBA88;
 }
 .AnyTagClassName
 {
   color: #DDBA88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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