Html Css Color HEX #DDA778 Tumbleweed

📋 copy color: '#DDA778'

red 221 ◦ green 167 ◦ blue 120

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

Shades of Tumbleweed #DDA778

Tints of Tumbleweed #DDA778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.62%

R = 43.5%
G = 32.87%
B = 23.62%

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

#DDA778 (or 0xDDA778) is known color: Tumbleweed. HEX triplet: DD, A7 and 78. RGB value is (221,167,120). Sum of RGB (Red+Green+Blue) = 221+167+120=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA778 is #225887. Grayscale: #B2B2B2. Windows color (decimal): -2250888 or 7907293. OLE color: 7907293.

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

Color convert

RGB 221 167 120 -
CMYK 0 0.24 0.46 0.13
HSL 27.92º 0.6% 0.67% -
HSV(B) 27.92º 0.46% 0.87% -
XYZ 47.03 44.37 23.85 -
YUV 177.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 221 167 120 0 0.24 0.46 0.13 27.92 0.6 0.67
Hex DD A7 78 0 18 2E D 1C 3C 43
Octal 335 247 170 0 30 56 15 34 74 103
Binary 11011101 10100111 1111000 0 11000 101110 1101 11100 111100 1000011

Color Harmonies of #DDA778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA778

Black with #DDA778

Text Example


Text Example

White with #DDA778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA778; }

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

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

background-color css

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

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

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

border-color css

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

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

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