Html Css Color HEX #DDB382 Burly Wood

📋 copy color: '#DDB382'

red 221 ◦ green 179 ◦ blue 130

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

Shades of Burly Wood #DDB382

Tints of Burly Wood #DDB382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.53%

R = 41.7%
G = 33.77%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDB382 (or 0xDDB382) is known color: Burly Wood. HEX triplet: DD, B3 and 82. RGB value is (221,179,130). Sum of RGB (Red+Green+Blue) = 221+179+130=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB382 is #224C7D. Grayscale: #BABABA. Windows color (decimal): -2247806 or 8565725. OLE color: 8565725.

HSL color Cylindrical-coordinate representation of color #DDB382: hue angle of 32.31º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDB382 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 130 -
CMYK 0 0.19 0.41 0.13
HSL 32.31º 0.57% 0.69% -
HSV(B) 32.31º 0.41% 0.87% -
XYZ 49.97 49.22 27.99 -
YUV 185.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 221 179 130 0 0.19 0.41 0.13 32.31 0.57 0.69
Hex DD B3 82 0 13 29 D 20 39 45
Octal 335 263 202 0 23 51 15 40 71 105
Binary 11011101 10110011 10000010 0 10011 101001 1101 100000 111001 1000101

Color Harmonies of #DDB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB382

Black with #DDB382

Text Example


Text Example

White with #DDB382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB382; }

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

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

background-color css

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

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

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

border-color css

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

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

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