Html Css Color HEX #DDB885 Burly Wood

📋 copy color: '#DDB885'

red 221 ◦ green 184 ◦ blue 133

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

Shades of Burly Wood #DDB885

Tints of Burly Wood #DDB885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.72%

R = 41.08%
G = 34.2%
B = 24.72%

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

#DDB885 (or 0xDDB885) is known color: Burly Wood. HEX triplet: DD, B8 and 85. RGB value is (221,184,133). Sum of RGB (Red+Green+Blue) = 221+184+133=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB885 is #22477A. Grayscale: #BDBDBD. Windows color (decimal): -2246523 or 8763613. OLE color: 8763613.

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

Color convert

RGB 221 184 133 -
CMYK 0 0.17 0.40 0.13
HSL 34.77º 0.56% 0.69% -
HSV(B) 34.77º 0.4% 0.87% -
XYZ 51.19 51.35 29.4 -
YUV 189.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 221 184 133 0 0.17 0.40 0.13 34.77 0.56 0.69
Hex DD B8 85 0 11 28 D 23 38 45
Octal 335 270 205 0 21 50 15 43 70 105
Binary 11011101 10111000 10000101 0 10001 101000 1101 100011 111000 1000101

Color Harmonies of #DDB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB885

Black with #DDB885

Text Example


Text Example

White with #DDB885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB885; }

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

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

background-color css

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

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

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

border-color css

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

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

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