Html Css Color HEX #DDBE89 Burly Wood

📋 copy color: '#DDBE89'

red 221 ◦ green 190 ◦ blue 137

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

Shades of Burly Wood #DDBE89

Tints of Burly Wood #DDBE89

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.67%

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

R = 40.33%
G = 34.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDBE89 (or 0xDDBE89) is known color: Burly Wood. HEX triplet: DD, BE and 89. RGB value is (221,190,137). Sum of RGB (Red+Green+Blue) = 221+190+137=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE89 is #224176. Grayscale: #C1C1C1. Windows color (decimal): -2244983 or 9027293. OLE color: 9027293.

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

Color convert

RGB 221 190 137 -
CMYK 0 0.14 0.38 0.13
HSL 37.86º 0.55% 0.7% -
HSV(B) 37.86º 0.38% 0.87% -
XYZ 52.75 54.01 31.31 -
YUV 193.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 221 190 137 0 0.14 0.38 0.13 37.86 0.55 0.7
Hex DD BE 89 0 E 26 D 26 37 46
Octal 335 276 211 0 16 46 15 46 67 106
Binary 11011101 10111110 10001001 0 1110 100110 1101 100110 110111 1000110

Color Harmonies of #DDBE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE89

Black with #DDBE89

Text Example


Text Example

White with #DDBE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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