#DCA67B

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

Shades of Tumbleweed #DCA67B

Tints of Tumbleweed #DCA67B

Color information

#DCA67B (or 0xDCA67B) is unknown color: approx Tumbleweed. HEX triplet: DC, A6 and 7B. RGB value is (220,166,123). Sum of RGB (Red+Green+Blue) = 220+166+123=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA67B is #235984. Grayscale: #B1B1B1. Windows color (decimal): -2316677 or 8103644. OLE color: 8103644.

HSL color Cylindrical-coordinate representation of color #DCA67B: hue angle of 26.6º 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 #DCA67B is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB220166123-
CMYK00.250.440.14
HSL26.6º58.08%67.25%-
HSV(B)26.6º44.09%86.27%-
XYZ46.7343.9224.75-
YUV177.2497.39158.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 123 (48.44% from 255) = 24.17%
R=43.22%
G=32.61%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016612300.250.440.1426.658.0867.25
HexDCA67B0192CE1b3a43
Octal33424617303154163372103
Binary110111001010011011110110110011011001110110111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA67B; }

 p { color: rgb(220,166,123); }

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

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

 a { background-color: rgb(220,166,123); }

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

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

 span { border-color: rgb(220,166,123); }

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