#DDA67D

Color #DDA67D Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #DDA67D

Tints of Tumbleweed #DDA67D

Color information

#DDA67D (or 0xDDA67D) is unknown color: approx Tumbleweed. HEX triplet: DD, A6 and 7D. RGB value is (221,166,125). Sum of RGB (Red+Green+Blue) = 221+166+125=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA67D is #225982. Grayscale: #B1B1B1. Windows color (decimal): -2251139 or 8234717. OLE color: 8234717.

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

Color convert

RGB221166125-
CMYK00.250.430.13
HSL25.63º58.54%67.84%-
HSV(B)25.63º43.44%86.67%-
XYZ47.1644.1325.43-
YUV177.7798.22158.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=43.16%
G=32.42%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116612500.250.430.1325.6358.5467.84
HexDDA67D0192BD1a3b44
Octal33524617503153153273104
Binary110111011010011011111010110011010111101110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA67D; }

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

 H1.HeaderClassName
 {
   color: #DDA67D;
 }
 .AnyTagClassName
 {
   color: #DDA67D;
 }
</style>
background-color css

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

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

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

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

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

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