Html Css Color HEX #DDB888 Burly Wood

📋 copy color: '#DDB888'

red 221 ◦ green 184 ◦ blue 136

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

Shades of Burly Wood #DDB888

Tints of Burly Wood #DDB888

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.01%

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

R = 40.85%
G = 34.01%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDB888 (or 0xDDB888) is known color: Burly Wood. HEX triplet: DD, B8 and 88. RGB value is (221,184,136). Sum of RGB (Red+Green+Blue) = 221+184+136=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB888 is #224777. Grayscale: #BDBDBD. Windows color (decimal): -2246520 or 8960221. OLE color: 8960221.

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

Color convert

RGB 221 184 136 -
CMYK 0 0.17 0.38 0.13
HSL 33.88º 0.56% 0.7% -
HSV(B) 33.88º 0.38% 0.87% -
XYZ 51.4 51.43 30.51 -
YUV 189.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 221 184 136 0 0.17 0.38 0.13 33.88 0.56 0.7
Hex DD B8 88 0 11 26 D 22 38 46
Octal 335 270 210 0 21 46 15 42 70 106
Binary 11011101 10111000 10001000 0 10001 100110 1101 100010 111000 1000110

Color Harmonies of #DDB888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB888

Black with #DDB888

Text Example


Text Example

White with #DDB888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB888; }

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

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

background-color css

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

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

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

border-color css

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

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

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