Html Css Color HEX #DDB785 Burly Wood

📋 copy color: '#DDB785'

red 221 ◦ green 183 ◦ blue 133

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

Shades of Burly Wood #DDB785

Tints of Burly Wood #DDB785

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

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

R = 41.15%
G = 34.08%
B = 24.77%

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

#DDB785 (or 0xDDB785) is known color: Burly Wood. HEX triplet: DD, B7 and 85. RGB value is (221,183,133). Sum of RGB (Red+Green+Blue) = 221+183+133=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB785 is #22487A. Grayscale: #BCBCBC. Windows color (decimal): -2246779 or 8763357. OLE color: 8763357.

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

Color convert

RGB 221 183 133 -
CMYK 0 0.17 0.40 0.13
HSL 34.09º 0.56% 0.69% -
HSV(B) 34.09º 0.4% 0.87% -
XYZ 50.99 50.93 29.33 -
YUV 188.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 221 183 133 0 0.17 0.40 0.13 34.09 0.56 0.69
Hex DD B7 85 0 11 28 D 22 38 45
Octal 335 267 205 0 21 50 15 42 70 105
Binary 11011101 10110111 10000101 0 10001 101000 1101 100010 111000 1000101

Color Harmonies of #DDB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB785

Black with #DDB785

Text Example


Text Example

White with #DDB785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB785; }

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

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

background-color css

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

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

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

border-color css

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

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

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