Html Css Color HEX #DDA877 Tumbleweed

📋 copy color: '#DDA877'

red 221 ◦ green 168 ◦ blue 119

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

Shades of Tumbleweed #DDA877

Tints of Tumbleweed #DDA877

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.07%

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

R = 43.5%
G = 33.07%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDA877 (or 0xDDA877) is known color: Tumbleweed. HEX triplet: DD, A8 and 77. RGB value is (221,168,119). Sum of RGB (Red+Green+Blue) = 221+168+119=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA877 is #225788. Grayscale: #B2B2B2. Windows color (decimal): -2250633 or 7842013. OLE color: 7842013.

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

Color convert

RGB 221 168 119 -
CMYK 0 0.24 0.46 0.13
HSL 28.82º 0.6% 0.67% -
HSV(B) 28.82º 0.46% 0.87% -
XYZ 47.15 44.71 23.6 -
YUV 178.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 221 168 119 0 0.24 0.46 0.13 28.82 0.6 0.67
Hex DD A8 77 0 18 2E D 1D 3C 43
Octal 335 250 167 0 30 56 15 35 74 103
Binary 11011101 10101000 1110111 0 11000 101110 1101 11101 111100 1000011

Color Harmonies of #DDA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA877

Black with #DDA877

Text Example


Text Example

White with #DDA877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA877; }

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

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

background-color css

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

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

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

border-color css

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

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

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