Html Css Color HEX #DDA378 Tumbleweed

📋 copy color: '#DDA378'

red 221 ◦ green 163 ◦ blue 120

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

Shades of Tumbleweed #DDA378

Tints of Tumbleweed #DDA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.34%

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

R = 43.85%
G = 32.34%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDA378 (or 0xDDA378) is known color: Tumbleweed. HEX triplet: DD, A3 and 78. RGB value is (221,163,120). Sum of RGB (Red+Green+Blue) = 221+163+120=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA378 is #225C87. Grayscale: #AFAFAF. Windows color (decimal): -2251912 or 7906269. OLE color: 7906269.

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

Color convert

RGB 221 163 120 -
CMYK 0 0.26 0.46 0.13
HSL 25.54º 0.6% 0.67% -
HSV(B) 25.54º 0.46% 0.87% -
XYZ 46.31 42.92 23.61 -
YUV 175.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 221 163 120 0 0.26 0.46 0.13 25.54 0.6 0.67
Hex DD A3 78 0 1A 2E D 1A 3C 43
Octal 335 243 170 0 32 56 15 32 74 103
Binary 11011101 10100011 1111000 0 11010 101110 1101 11010 111100 1000011

Color Harmonies of #DDA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA378

Black with #DDA378

Text Example


Text Example

White with #DDA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA378; }

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

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

background-color css

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

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

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

border-color css

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

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

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