Html Css Color HEX #CCA63E Metallic Gold

📋 copy color: '#CCA63E'

red 204 ◦ green 166 ◦ blue 62

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

Shades of Metallic Gold #CCA63E

Tints of Metallic Gold #CCA63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.35%

R = 47.22%
G = 38.43%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCA63E (or 0xCCA63E) is known color: Metallic Gold. HEX triplet: CC, A6 and 3E. RGB value is (204,166,62). Sum of RGB (Red+Green+Blue) = 204+166+62=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA63E is #3359C1. Grayscale: #A5A5A5. Windows color (decimal): -3365314 or 4105932. OLE color: 4105932.

HSL color Cylindrical-coordinate representation of color #CCA63E: hue angle of 43.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCA63E is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 62 -
CMYK 0 0.19 0.70 0.2
HSL 43.94º 0.58% 0.52% -
HSV(B) 43.94º 0.7% 0.8% -
XYZ 39.41 40.46 10.29 -
YUV 165.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 204 166 62 0 0.19 0.70 0.2 43.94 0.58 0.52
Hex CC A6 3E 0 13 46 14 2C 3A 34
Octal 314 246 76 0 23 106 24 54 72 64
Binary 11001100 10100110 111110 0 10011 1000110 10100 101100 111010 110100

Color Harmonies of #CCA63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA63E

Black with #CCA63E

Text Example


Text Example

White with #CCA63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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