Html Css Color HEX #DDB883 Burly Wood

📋 copy color: '#DDB883'

red 221 ◦ green 184 ◦ blue 131

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

Shades of Burly Wood #DDB883

Tints of Burly Wood #DDB883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.44%

R = 41.23%
G = 34.33%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDB883 (or 0xDDB883) is known color: Burly Wood. HEX triplet: DD, B8 and 83. RGB value is (221,184,131). Sum of RGB (Red+Green+Blue) = 221+184+131=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB883 is #22477C. Grayscale: #BDBDBD. Windows color (decimal): -2246525 or 8632541. OLE color: 8632541.

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

Color convert

RGB 221 184 131 -
CMYK 0 0.17 0.41 0.13
HSL 35.33º 0.57% 0.69% -
HSV(B) 35.33º 0.41% 0.87% -
XYZ 51.06 51.29 28.68 -
YUV 189.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 221 184 131 0 0.17 0.41 0.13 35.33 0.57 0.69
Hex DD B8 83 0 11 29 D 23 39 45
Octal 335 270 203 0 21 51 15 43 71 105
Binary 11011101 10111000 10000011 0 10001 101001 1101 100011 111001 1000101

Color Harmonies of #DDB883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB883

Black with #DDB883

Text Example


Text Example

White with #DDB883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB883; }

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

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

background-color css

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

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

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

border-color css

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

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

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