Html Css Color HEX #DDA672 Tumbleweed

📋 copy color: '#DDA672'

red 221 ◦ green 166 ◦ blue 114

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

Shades of Tumbleweed #DDA672

Tints of Tumbleweed #DDA672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.13%

 BLUE value IS 114 (44.92% from 255) = 22.75%

R = 44.11%
G = 33.13%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDA672 (or 0xDDA672) is known color: Tumbleweed. HEX triplet: DD, A6 and 72. RGB value is (221,166,114). Sum of RGB (Red+Green+Blue) = 221+166+114=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA672 is #22598D. Grayscale: #B0B0B0. Windows color (decimal): -2251150 or 7513821. OLE color: 7513821.

HSL color Cylindrical-coordinate representation of color #DDA672: hue angle of 29.16º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA672 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 166 114 -
CMYK 0 0.25 0.48 0.13
HSL 29.16º 0.61% 0.66% -
HSV(B) 29.16º 0.48% 0.87% -
XYZ 46.49 43.86 21.93 -
YUV 176.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 221 166 114 0 0.25 0.48 0.13 29.16 0.61 0.66
Hex DD A6 72 0 19 30 D 1D 3D 42
Octal 335 246 162 0 31 60 15 35 75 102
Binary 11011101 10100110 1110010 0 11001 110000 1101 11101 111101 1000010

Color Harmonies of #DDA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA672

Black with #DDA672

Text Example


Text Example

White with #DDA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA672; }

 p { color: rgb(221,166,114); }

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

background-color css

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

 a { background-color: rgb(221,166,114); }

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

border-color css

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

 span { border-color: rgb(221,166,114); }

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