Html Css Color HEX #DDB581 Burly Wood

📋 copy color: '#DDB581'

red 221 ◦ green 181 ◦ blue 129

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

Shades of Burly Wood #DDB581

Tints of Burly Wood #DDB581

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.09%

 BLUE value IS 129 (50.78% from 255) = 24.29%

R = 41.62%
G = 34.09%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDB581 (or 0xDDB581) is known color: Burly Wood. HEX triplet: DD, B5 and 81. RGB value is (221,181,129). Sum of RGB (Red+Green+Blue) = 221+181+129=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB581 is #224A7E. Grayscale: #BBBBBB. Windows color (decimal): -2247295 or 8500701. OLE color: 8500701.

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

Color convert

RGB 221 181 129 -
CMYK 0 0.18 0.42 0.13
HSL 33.91º 0.58% 0.69% -
HSV(B) 33.91º 0.42% 0.87% -
XYZ 50.31 50 27.77 -
YUV 187.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 221 181 129 0 0.18 0.42 0.13 33.91 0.58 0.69
Hex DD B5 81 0 12 2A D 22 3A 45
Octal 335 265 201 0 22 52 15 42 72 105
Binary 11011101 10110101 10000001 0 10010 101010 1101 100010 111010 1000101

Color Harmonies of #DDB581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB581

Black with #DDB581

Text Example


Text Example

White with #DDB581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB581; }

 p { color: rgb(221,181,129); }

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

background-color css

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

 a { background-color: rgb(221,181,129); }

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

border-color css

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

 span { border-color: rgb(221,181,129); }

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