Html Css Color HEX #DDBA84 Burly Wood

📋 copy color: '#DDBA84'

red 221 ◦ green 186 ◦ blue 132

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

Shades of Burly Wood #DDBA84

Tints of Burly Wood #DDBA84

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.51%

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

R = 41%
G = 34.51%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDBA84 (or 0xDDBA84) is known color: Burly Wood. HEX triplet: DD, BA and 84. RGB value is (221,186,132). Sum of RGB (Red+Green+Blue) = 221+186+132=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA84 is #22457B. Grayscale: #BEBEBE. Windows color (decimal): -2246012 or 8698589. OLE color: 8698589.

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

Color convert

RGB 221 186 132 -
CMYK 0 0.16 0.40 0.13
HSL 36.4º 0.57% 0.69% -
HSV(B) 36.4º 0.4% 0.87% -
XYZ 51.54 52.16 29.18 -
YUV 190.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 221 186 132 0 0.16 0.40 0.13 36.4 0.57 0.69
Hex DD BA 84 0 10 28 D 24 39 45
Octal 335 272 204 0 20 50 15 44 71 105
Binary 11011101 10111010 10000100 0 10000 101000 1101 100100 111001 1000101

Color Harmonies of #DDBA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA84

Black with #DDBA84

Text Example


Text Example

White with #DDBA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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