Html Css Color HEX #DDB381 Burly Wood

📋 copy color: '#DDB381'

red 221 ◦ green 179 ◦ blue 129

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

Shades of Burly Wood #DDB381

Tints of Burly Wood #DDB381

RGB

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

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

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

R = 41.78%
G = 33.84%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDB381 (or 0xDDB381) is known color: Burly Wood. HEX triplet: DD, B3 and 81. RGB value is (221,179,129). Sum of RGB (Red+Green+Blue) = 221+179+129=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB381 is #224C7E. Grayscale: #BABABA. Windows color (decimal): -2247807 or 8500189. OLE color: 8500189.

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

Color convert

RGB 221 179 129 -
CMYK 0 0.19 0.42 0.13
HSL 32.61º 0.58% 0.69% -
HSV(B) 32.61º 0.42% 0.87% -
XYZ 49.9 49.2 27.63 -
YUV 185.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 221 179 129 0 0.19 0.42 0.13 32.61 0.58 0.69
Hex DD B3 81 0 13 2A D 21 3A 45
Octal 335 263 201 0 23 52 15 41 72 105
Binary 11011101 10110011 10000001 0 10011 101010 1101 100001 111010 1000101

Color Harmonies of #DDB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB381

Black with #DDB381

Text Example


Text Example

White with #DDB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB381; }

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

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

background-color css

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

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

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

border-color css

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

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

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