#CBA040

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

Shades of Sundance #CBA040

Tints of Sundance #CBA040

Color information

#CBA040 (or 0xCBA040) is unknown color: approx Sundance. HEX triplet: CB, A0 and 40. RGB value is (203,160,64). Sum of RGB (Red+Green+Blue) = 203+160+64=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA040 is #345FBF. Grayscale: #A2A2A2. Windows color (decimal): -3432384 or 4235467. OLE color: 4235467.

HSL color Cylindrical-coordinate representation of color #CBA040: hue angle of 41.44º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBA040 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20316064-
CMYK00.210.680.20
HSL41.44º57.2%52.35%-
HSV(B)41.44º68.47%79.61%-
XYZ38.1238.2110.22-
YUV161.9172.75157.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 64 (25.39% from 255) = 14.99%
R=47.54%
G=37.47%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031606400.210.680.2041.4457.252.35
HexCBA0400154414293934
Octal31324010002510424517164
Binary11001011101000001000000010101100010010100101001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA040; }

 p { color: rgb(203,160,64); }

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

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

 a { background-color: rgb(203,160,64); }

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

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

 span { border-color: rgb(203,160,64); }

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