#CCA93B

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

Shades of Metallic Gold #CCA93B

Tints of Metallic Gold #CCA93B

Color information

#CCA93B (or 0xCCA93B) is unknown color: approx Metallic Gold. HEX triplet: CC, A9 and 3B. RGB value is (204,169,59). Sum of RGB (Red+Green+Blue) = 204+169+59=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA93B is #3356C4. Grayscale: #A7A7A7. Windows color (decimal): -3364549 or 3910092. OLE color: 3910092.

HSL color Cylindrical-coordinate representation of color #CCA93B: hue angle of 45.52º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCA93B is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB20416959-
CMYK00.170.710.2
HSL45.52º58.7%51.57%-
HSV(B)45.52º71.08%80%-
XYZ39.8841.5310.05-
YUV166.9267.1154.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 59 (23.44% from 255) = 13.66%
R=47.22%
G=39.12%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041695900.170.710.245.5258.751.57
HexCCA93B01147142e3b34
Octal3142517302110724567364
Binary1100110010101001111011010001100011110100101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA93B; }

 p { color: rgb(204,169,59); }

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

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

 a { background-color: rgb(204,169,59); }

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

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

 span { border-color: rgb(204,169,59); }

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