Html Css Color HEX #DDBB88 Burly Wood

📋 copy color: '#DDBB88'

red 221 ◦ green 187 ◦ blue 136

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

Shades of Burly Wood #DDBB88

Tints of Burly Wood #DDBB88

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.38%

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

R = 40.63%
G = 34.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDBB88 (or 0xDDBB88) is known color: Burly Wood. HEX triplet: DD, BB and 88. RGB value is (221,187,136). Sum of RGB (Red+Green+Blue) = 221+187+136=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB88 is #224477. Grayscale: #BFBFBF. Windows color (decimal): -2245752 or 8960989. OLE color: 8960989.

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

Color convert

RGB 221 187 136 -
CMYK 0 0.15 0.38 0.13
HSL 36º 0.56% 0.7% -
HSV(B) 36º 0.38% 0.87% -
XYZ 52.03 52.69 30.72 -
YUV 191.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 221 187 136 0 0.15 0.38 0.13 36 0.56 0.7
Hex DD BB 88 0 F 26 D 24 38 46
Octal 335 273 210 0 17 46 15 44 70 106
Binary 11011101 10111011 10001000 0 1111 100110 1101 100100 111000 1000110

Color Harmonies of #DDBB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB88

Black with #DDBB88

Text Example


Text Example

White with #DDBB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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