Html Css Color HEX #DDA577 Tumbleweed

📋 copy color: '#DDA577'

red 221 ◦ green 165 ◦ blue 119

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

Shades of Tumbleweed #DDA577

Tints of Tumbleweed #DDA577

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.67%

 BLUE value IS 119 (46.88% from 255) = 23.56%

R = 43.76%
G = 32.67%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDA577 (or 0xDDA577) is known color: Tumbleweed. HEX triplet: DD, A5 and 77. RGB value is (221,165,119). Sum of RGB (Red+Green+Blue) = 221+165+119=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA577 is #225A88. Grayscale: #B0B0B0. Windows color (decimal): -2251401 or 7841245. OLE color: 7841245.

HSL color Cylindrical-coordinate representation of color #DDA577: hue angle of 27.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDA577 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 119 -
CMYK 0 0.25 0.46 0.13
HSL 27.06º 0.6% 0.67% -
HSV(B) 27.06º 0.46% 0.87% -
XYZ 46.6 43.61 23.41 -
YUV 176.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 221 165 119 0 0.25 0.46 0.13 27.06 0.6 0.67
Hex DD A5 77 0 19 2E D 1B 3C 43
Octal 335 245 167 0 31 56 15 33 74 103
Binary 11011101 10100101 1110111 0 11001 101110 1101 11011 111100 1000011

Color Harmonies of #DDA577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA577

Black with #DDA577

Text Example


Text Example

White with #DDA577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA577; }

 p { color: rgb(221,165,119); }

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

background-color css

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

 a { background-color: rgb(221,165,119); }

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

border-color css

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

 span { border-color: rgb(221,165,119); }

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