Html Css Color HEX #DDB384 Burly Wood

📋 copy color: '#DDB384'

red 221 ◦ green 179 ◦ blue 132

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

Shades of Burly Wood #DDB384

Tints of Burly Wood #DDB384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.65%

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

R = 41.54%
G = 33.65%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDB384 (or 0xDDB384) is known color: Burly Wood. HEX triplet: DD, B3 and 84. RGB value is (221,179,132). Sum of RGB (Red+Green+Blue) = 221+179+132=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB384 is #224C7B. Grayscale: #BABABA. Windows color (decimal): -2247804 or 8696797. OLE color: 8696797.

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

Color convert

RGB 221 179 132 -
CMYK 0 0.19 0.40 0.13
HSL 31.69º 0.57% 0.69% -
HSV(B) 31.69º 0.4% 0.87% -
XYZ 50.1 49.28 28.7 -
YUV 186.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 221 179 132 0 0.19 0.40 0.13 31.69 0.57 0.69
Hex DD B3 84 0 13 28 D 20 39 45
Octal 335 263 204 0 23 50 15 40 71 105
Binary 11011101 10110011 10000100 0 10011 101000 1101 100000 111001 1000101

Color Harmonies of #DDB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB384

Black with #DDB384

Text Example


Text Example

White with #DDB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB384; }

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

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

background-color css

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

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

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

border-color css

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

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

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