Html Css Color HEX #DDA278 Tumbleweed

📋 copy color: '#DDA278'

red 221 ◦ green 162 ◦ blue 120

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

Shades of Tumbleweed #DDA278

Tints of Tumbleweed #DDA278

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.21%

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

R = 43.94%
G = 32.21%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDA278 (or 0xDDA278) is known color: Tumbleweed. HEX triplet: DD, A2 and 78. RGB value is (221,162,120). Sum of RGB (Red+Green+Blue) = 221+162+120=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA278 is #225D87. Grayscale: #AFAFAF. Windows color (decimal): -2252168 or 7906013. OLE color: 7906013.

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

Color convert

RGB 221 162 120 -
CMYK 0 0.27 0.46 0.13
HSL 24.95º 0.6% 0.67% -
HSV(B) 24.95º 0.46% 0.87% -
XYZ 46.13 42.57 23.55 -
YUV 174.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 221 162 120 0 0.27 0.46 0.13 24.95 0.6 0.67
Hex DD A2 78 0 1B 2E D 19 3C 43
Octal 335 242 170 0 33 56 15 31 74 103
Binary 11011101 10100010 1111000 0 11011 101110 1101 11001 111100 1000011

Color Harmonies of #DDA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA278

Black with #DDA278

Text Example


Text Example

White with #DDA278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA278; }

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

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

background-color css

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

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

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

border-color css

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

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

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