#DCA27C

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

Shades of Tumbleweed #DCA27C

Tints of Tumbleweed #DCA27C

Color information

#DCA27C (or 0xDCA27C) is unknown color: approx Tumbleweed. HEX triplet: DC, A2 and 7C. RGB value is (220,162,124). Sum of RGB (Red+Green+Blue) = 220+162+124=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA27C is #235D83. Grayscale: #AFAFAF. Windows color (decimal): -2317700 or 8168156. OLE color: 8168156.

HSL color Cylindrical-coordinate representation of color #DCA27C: hue angle of 23.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCA27C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB220162124-
CMYK00.260.440.14
HSL23.75º57.83%67.45%-
HSV(B)23.75º43.64%86.27%-
XYZ46.0742.5124.85-
YUV175.0199.22160.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=43.48%
G=32.02%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016212400.260.440.1423.7557.8367.45
HexDCA27C01A2CE183a43
Octal33424217403254163072103
Binary110111001010001011111000110101011001110110001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA27C; }

 p { color: rgb(220,162,124); }

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

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

 a { background-color: rgb(220,162,124); }

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

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

 span { border-color: rgb(220,162,124); }

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