Html Css Color HEX #DDA370 Tumbleweed

📋 copy color: '#DDA370'

red 221 ◦ green 163 ◦ blue 112

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

Shades of Tumbleweed #DDA370

Tints of Tumbleweed #DDA370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 44.56%
G = 32.86%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDA370 (or 0xDDA370) is known color: Tumbleweed. HEX triplet: DD, A3 and 70. RGB value is (221,163,112). Sum of RGB (Red+Green+Blue) = 221+163+112=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA370 is #225C8F. Grayscale: #AEAEAE. Windows color (decimal): -2251920 or 7381981. OLE color: 7381981.

HSL color Cylindrical-coordinate representation of color #DDA370: hue angle of 28.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDA370 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 163 112 -
CMYK 0 0.26 0.49 0.13
HSL 28.07º 0.62% 0.65% -
HSV(B) 28.07º 0.49% 0.87% -
XYZ 45.84 42.74 21.16 -
YUV 174.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 221 163 112 0 0.26 0.49 0.13 28.07 0.62 0.65
Hex DD A3 70 0 1A 31 D 1C 3E 41
Octal 335 243 160 0 32 61 15 34 76 101
Binary 11011101 10100011 1110000 0 11010 110001 1101 11100 111110 1000001

Color Harmonies of #DDA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA370

Black with #DDA370

Text Example


Text Example

White with #DDA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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