Html Css Color HEX #CCA62E Metallic Gold

📋 copy color: '#CCA62E'

red 204 ◦ green 166 ◦ blue 46

#CCA62E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #CCA62E

Tints of Metallic Gold #CCA62E

RGB

 RED value IS 204 (80.08% from 255) = 49.04%

 GREEN value IS 166 (65.23% from 255) = 39.9%

 BLUE value IS 46 (18.36% from 255) = 11.06%

R = 49.04%
G = 39.9%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCA62E (or 0xCCA62E) is known color: Metallic Gold. HEX triplet: CC, A6 and 2E. RGB value is (204,166,46). Sum of RGB (Red+Green+Blue) = 204+166+46=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA62E is #3359D1. Grayscale: #A4A4A4. Windows color (decimal): -3365330 or 3057356. OLE color: 3057356.

HSL color Cylindrical-coordinate representation of color #CCA62E: hue angle of 45.57º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCA62E is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 46 -
CMYK 0 0.19 0.77 0.2
HSL 45.57º 0.63% 0.49% -
HSV(B) 45.57º 0.77% 0.8% -
XYZ 39.03 40.31 8.31 -
YUV 163.68 61.59 156.76 -
System Red Green Blue C M Y K H S L
Decimal 204 166 46 0 0.19 0.77 0.2 45.57 0.63 0.49
Hex CC A6 2E 0 13 4D 14 2E 3F 31
Octal 314 246 56 0 23 115 24 56 77 61
Binary 11001100 10100110 101110 0 10011 1001101 10100 101110 111111 110001

Color Harmonies of #CCA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA62E

Black with #CCA62E

Text Example


Text Example

White with #CCA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA62E; }

 p { color: rgb(204,166,46); }

 H1.HeaderClassName
 {
   color: #CCA62E;
 }
 .AnyTagClassName
 {
   color: #CCA62E;
 }
</style>

background-color css

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

 a { background-color: rgb(204,166,46); }

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

border-color css

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

 span { border-color: rgb(204,166,46); }

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