Html Css Color HEX #DDB687 Burly Wood

📋 copy color: '#DDB687'

red 221 ◦ green 182 ◦ blue 135

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

Shades of Burly Wood #DDB687

Tints of Burly Wood #DDB687

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.83%

 BLUE value IS 135 (53.13% from 255) = 25.09%

R = 41.08%
G = 33.83%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDB687 (or 0xDDB687) is known color: Burly Wood. HEX triplet: DD, B6 and 87. RGB value is (221,182,135). Sum of RGB (Red+Green+Blue) = 221+182+135=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB687 is #224978. Grayscale: #BCBCBC. Windows color (decimal): -2247033 or 8894173. OLE color: 8894173.

HSL color Cylindrical-coordinate representation of color #DDB687: hue angle of 32.79º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDB687 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 135 -
CMYK 0 0.18 0.39 0.13
HSL 32.79º 0.56% 0.7% -
HSV(B) 32.79º 0.39% 0.87% -
XYZ 50.92 50.58 30 -
YUV 188.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 221 182 135 0 0.18 0.39 0.13 32.79 0.56 0.7
Hex DD B6 87 0 12 27 D 21 38 46
Octal 335 266 207 0 22 47 15 41 70 106
Binary 11011101 10110110 10000111 0 10010 100111 1101 100001 111000 1000110

Color Harmonies of #DDB687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB687

Black with #DDB687

Text Example


Text Example

White with #DDB687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB687; }

 p { color: rgb(221,182,135); }

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

background-color css

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

 a { background-color: rgb(221,182,135); }

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

border-color css

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

 span { border-color: rgb(221,182,135); }

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