Html Css Color HEX #DDA77C Tumbleweed

📋 copy color: '#DDA77C'

red 221 ◦ green 167 ◦ blue 124

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

Shades of Tumbleweed #DDA77C

Tints of Tumbleweed #DDA77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.62%

 BLUE value IS 124 (48.83% from 255) = 24.22%

R = 43.16%
G = 32.62%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDA77C (or 0xDDA77C) is known color: Tumbleweed. HEX triplet: DD, A7 and 7C. RGB value is (221,167,124). Sum of RGB (Red+Green+Blue) = 221+167+124=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA77C is #225883. Grayscale: #B2B2B2. Windows color (decimal): -2250884 or 8169437. OLE color: 8169437.

HSL color Cylindrical-coordinate representation of color #DDA77C: hue angle of 26.6º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDA77C is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 124 -
CMYK 0 0.24 0.44 0.13
HSL 26.6º 0.59% 0.68% -
HSV(B) 26.6º 0.44% 0.87% -
XYZ 47.28 44.46 25.16 -
YUV 178.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 221 167 124 0 0.24 0.44 0.13 26.6 0.59 0.68
Hex DD A7 7C 0 18 2C D 1B 3B 44
Octal 335 247 174 0 30 54 15 33 73 104
Binary 11011101 10100111 1111100 0 11000 101100 1101 11011 111011 1000100

Color Harmonies of #DDA77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA77C

Black with #DDA77C

Text Example


Text Example

White with #DDA77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA77C; }

 p { color: rgb(221,167,124); }

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

background-color css

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

 a { background-color: rgb(221,167,124); }

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

border-color css

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

 span { border-color: rgb(221,167,124); }

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