Html Css Color HEX #DDA77E Tumbleweed

📋 copy color: '#DDA77E'

red 221 ◦ green 167 ◦ blue 126

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

Shades of Tumbleweed #DDA77E

Tints of Tumbleweed #DDA77E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 43%
G = 32.49%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDA77E (or 0xDDA77E) is known color: Tumbleweed. HEX triplet: DD, A7 and 7E. RGB value is (221,167,126). Sum of RGB (Red+Green+Blue) = 221+167+126=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA77E is #225881. Grayscale: #B2B2B2. Windows color (decimal): -2250882 or 8300509. OLE color: 8300509.

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

Color convert

RGB 221 167 126 -
CMYK 0 0.24 0.43 0.13
HSL 25.89º 0.58% 0.68% -
HSV(B) 25.89º 0.43% 0.87% -
XYZ 47.4 44.52 25.83 -
YUV 178.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 221 167 126 0 0.24 0.43 0.13 25.89 0.58 0.68
Hex DD A7 7E 0 18 2B D 1A 3A 44
Octal 335 247 176 0 30 53 15 32 72 104
Binary 11011101 10100111 1111110 0 11000 101011 1101 11010 111010 1000100

Color Harmonies of #DDA77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA77E

Black with #DDA77E

Text Example


Text Example

White with #DDA77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA77E; }

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

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

background-color css

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

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

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

border-color css

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

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

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