Html Css Color HEX #DDBA89 Burly Wood

📋 copy color: '#DDBA89'

red 221 ◦ green 186 ◦ blue 137

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

Shades of Burly Wood #DDBA89

Tints of Burly Wood #DDBA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.18%

R = 40.63%
G = 34.19%
B = 25.18%

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

#DDBA89 (or 0xDDBA89) is known color: Burly Wood. HEX triplet: DD, BA and 89. RGB value is (221,186,137). Sum of RGB (Red+Green+Blue) = 221+186+137=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA89 is #224576. Grayscale: #BFBFBF. Windows color (decimal): -2246007 or 9026269. OLE color: 9026269.

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

Color convert

RGB 221 186 137 -
CMYK 0 0.16 0.38 0.13
HSL 35º 0.55% 0.7% -
HSV(B) 35º 0.38% 0.87% -
XYZ 51.89 52.3 31.03 -
YUV 190.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 221 186 137 0 0.16 0.38 0.13 35 0.55 0.7
Hex DD BA 89 0 10 26 D 23 37 46
Octal 335 272 211 0 20 46 15 43 67 106
Binary 11011101 10111010 10001001 0 10000 100110 1101 100011 110111 1000110

Color Harmonies of #DDBA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA89

Black with #DDBA89

Text Example


Text Example

White with #DDBA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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