#CBA440

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

Shades of Sundance #CBA440

Tints of Sundance #CBA440

Color information

#CBA440 (or 0xCBA440) is unknown color: approx Sundance. HEX triplet: CB, A4 and 40. RGB value is (203,164,64). Sum of RGB (Red+Green+Blue) = 203+164+64=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA440 is #345BBF. Grayscale: #A4A4A4. Windows color (decimal): -3431360 or 4236491. OLE color: 4236491.

HSL color Cylindrical-coordinate representation of color #CBA440: hue angle of 43.17º 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 #CBA440 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20316464-
CMYK00.190.680.20
HSL43.17º57.2%52.35%-
HSV(B)43.17º68.47%79.61%-
XYZ38.8339.6210.45-
YUV164.2671.42155.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=47.10%
G=38.05%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031646400.190.680.2043.1757.252.35
HexCBA44001344142b3934
Octal31324410002310424537164
Binary11001011101001001000000010011100010010100101011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA440; }

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

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

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

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

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

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

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

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