Html Css Color HEX #DDB784 Burly Wood

📋 copy color: '#DDB784'

red 221 ◦ green 183 ◦ blue 132

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

Shades of Burly Wood #DDB784

Tints of Burly Wood #DDB784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.63%

R = 41.23%
G = 34.14%
B = 24.63%

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

#DDB784 (or 0xDDB784) is known color: Burly Wood. HEX triplet: DD, B7 and 84. RGB value is (221,183,132). Sum of RGB (Red+Green+Blue) = 221+183+132=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB784 is #22487B. Grayscale: #BCBCBC. Windows color (decimal): -2246780 or 8697821. OLE color: 8697821.

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

Color convert

RGB 221 183 132 -
CMYK 0 0.17 0.40 0.13
HSL 34.38º 0.57% 0.69% -
HSV(B) 34.38º 0.4% 0.87% -
XYZ 50.92 50.91 28.97 -
YUV 188.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 221 183 132 0 0.17 0.40 0.13 34.38 0.57 0.69
Hex DD B7 84 0 11 28 D 22 39 45
Octal 335 267 204 0 21 50 15 42 71 105
Binary 11011101 10110111 10000100 0 10001 101000 1101 100010 111001 1000101

Color Harmonies of #DDB784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB784

Black with #DDB784

Text Example


Text Example

White with #DDB784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB784; }

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

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

background-color css

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

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

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

border-color css

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

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

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