Html Css Color HEX #DDA684 Tumbleweed

📋 copy color: '#DDA684'

red 221 ◦ green 166 ◦ blue 132

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

Shades of Tumbleweed #DDA684

Tints of Tumbleweed #DDA684

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.98%

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

R = 42.58%
G = 31.98%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDA684 (or 0xDDA684) is known color: Tumbleweed. HEX triplet: DD, A6 and 84. RGB value is (221,166,132). Sum of RGB (Red+Green+Blue) = 221+166+132=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA684 is #22597B. Grayscale: #B2B2B2. Windows color (decimal): -2251132 or 8693469. OLE color: 8693469.

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

Color convert

RGB 221 166 132 -
CMYK 0 0.25 0.40 0.13
HSL 22.92º 0.57% 0.69% -
HSV(B) 22.92º 0.4% 0.87% -
XYZ 47.62 44.31 27.87 -
YUV 178.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 221 166 132 0 0.25 0.40 0.13 22.92 0.57 0.69
Hex DD A6 84 0 19 28 D 17 39 45
Octal 335 246 204 0 31 50 15 27 71 105
Binary 11011101 10100110 10000100 0 11001 101000 1101 10111 111001 1000101

Color Harmonies of #DDA684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA684

Black with #DDA684

Text Example


Text Example

White with #DDA684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA684; }

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

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

background-color css

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

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

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

border-color css

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

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

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