#cca23b

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

Shades of Metallic Gold #CCA23B

Tints of Metallic Gold #CCA23B

Color information

#CCA23B (or 0xCCA23B) is unknown color: approx Metallic Gold. HEX triplet: CC, A2 and 3B. RGB value is (204,162,59). Sum of RGB (Red+Green+Blue) = 204+162+59=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA23B is #335DC4. Grayscale: #A3A3A3. Windows color (decimal): -3366341 or 3908300. OLE color: 3908300.

HSL color Cylindrical-coordinate representation of color #CCA23B: hue angle of 42.62º 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 #CCA23B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB20416259-
CMYK00.210.710.2
HSL42.62º58.7%51.57%-
HSV(B)42.62º71.08%80%-
XYZ38.6138.999.63-
YUV162.8269.41157.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 59 (23.44% from 255) = 13.88%
R=48%
G=38.12%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041625900.210.710.242.6258.751.57
HexCCA23B01547142b3b34
Octal3142427302510724537364
Binary1100110010100010111011010101100011110100101011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca23b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca23b; }

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

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

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

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

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

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

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

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