#DDA675

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

Shades of Tumbleweed #DDA675

Tints of Tumbleweed #DDA675

Color information

#DDA675 (or 0xDDA675) is unknown color: approx Tumbleweed. HEX triplet: DD, A6 and 75. RGB value is (221,166,117). Sum of RGB (Red+Green+Blue) = 221+166+117=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA675 is #22598A. Grayscale: #B1B1B1. Windows color (decimal): -2251147 or 7710429. OLE color: 7710429.

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

Color convert

RGB221166117-
CMYK00.250.470.13
HSL28.27º60.47%66.27%-
HSV(B)28.27º47.06%86.67%-
XYZ46.6743.9322.85-
YUV176.8694.22159.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=43.85%
G=32.94%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116611700.250.470.1328.2760.4766.27
HexDDA6750192FD1c3c42
Octal33524616503157153474102
Binary110111011010011011101010110011011111101111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA675; }

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

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

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

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

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

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

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

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