Html Css Color HEX #DDB884 Burly Wood

📋 copy color: '#DDB884'

red 221 ◦ green 184 ◦ blue 132

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

Shades of Burly Wood #DDB884

Tints of Burly Wood #DDB884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.58%

R = 41.15%
G = 34.26%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDB884 (or 0xDDB884) is known color: Burly Wood. HEX triplet: DD, B8 and 84. RGB value is (221,184,132). Sum of RGB (Red+Green+Blue) = 221+184+132=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB884 is #22477B. Grayscale: #BDBDBD. Windows color (decimal): -2246524 or 8698077. OLE color: 8698077.

HSL color Cylindrical-coordinate representation of color #DDB884: hue angle of 35.06º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDB884 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 132 -
CMYK 0 0.17 0.40 0.13
HSL 35.06º 0.57% 0.69% -
HSV(B) 35.06º 0.4% 0.87% -
XYZ 51.12 51.32 29.04 -
YUV 189.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 221 184 132 0 0.17 0.40 0.13 35.06 0.57 0.69
Hex DD B8 84 0 11 28 D 23 39 45
Octal 335 270 204 0 21 50 15 43 71 105
Binary 11011101 10111000 10000100 0 10001 101000 1101 100011 111001 1000101

Color Harmonies of #DDB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB884

Black with #DDB884

Text Example


Text Example

White with #DDB884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB884; }

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

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

background-color css

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

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

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

border-color css

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

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

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