Html Css Color HEX #DDB989 Burly Wood

📋 copy color: '#DDB989'

red 221 ◦ green 185 ◦ blue 137

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

Shades of Burly Wood #DDB989

Tints of Burly Wood #DDB989

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.07%

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

R = 40.7%
G = 34.07%
B = 25.23%

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

#DDB989 (or 0xDDB989) is known color: Burly Wood. HEX triplet: DD, B9 and 89. RGB value is (221,185,137). Sum of RGB (Red+Green+Blue) = 221+185+137=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB989 is #224676. Grayscale: #BEBEBE. Windows color (decimal): -2246263 or 9026013. OLE color: 9026013.

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

Color convert

RGB 221 185 137 -
CMYK 0 0.16 0.38 0.13
HSL 34.29º 0.55% 0.7% -
HSV(B) 34.29º 0.38% 0.87% -
XYZ 51.68 51.88 30.96 -
YUV 190.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 221 185 137 0 0.16 0.38 0.13 34.29 0.55 0.7
Hex DD B9 89 0 10 26 D 22 37 46
Octal 335 271 211 0 20 46 15 42 67 106
Binary 11011101 10111001 10001001 0 10000 100110 1101 100010 110111 1000110

Color Harmonies of #DDB989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB989

Black with #DDB989

Text Example


Text Example

White with #DDB989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB989; }

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

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

background-color css

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

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

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

border-color css

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

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

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