Html Css Color HEX #DDB985 Burly Wood

📋 copy color: '#DDB985'

red 221 ◦ green 185 ◦ blue 133

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

Shades of Burly Wood #DDB985

Tints of Burly Wood #DDB985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.32%

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

R = 41%
G = 34.32%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDB985 (or 0xDDB985) is known color: Burly Wood. HEX triplet: DD, B9 and 85. RGB value is (221,185,133). Sum of RGB (Red+Green+Blue) = 221+185+133=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB985 is #22467A. Grayscale: #BEBEBE. Windows color (decimal): -2246267 or 8763869. OLE color: 8763869.

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

Color convert

RGB 221 185 133 -
CMYK 0 0.16 0.40 0.13
HSL 35.45º 0.56% 0.69% -
HSV(B) 35.45º 0.4% 0.87% -
XYZ 51.4 51.76 29.47 -
YUV 189.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 221 185 133 0 0.16 0.40 0.13 35.45 0.56 0.69
Hex DD B9 85 0 10 28 D 23 38 45
Octal 335 271 205 0 20 50 15 43 70 105
Binary 11011101 10111001 10000101 0 10000 101000 1101 100011 111000 1000101

Color Harmonies of #DDB985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB985

Black with #DDB985

Text Example


Text Example

White with #DDB985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB985; }

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

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

background-color css

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

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

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

border-color css

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

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

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