Html Css Color HEX #CCA63C Metallic Gold

📋 copy color: '#CCA63C'

red 204 ◦ green 166 ◦ blue 60

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

Shades of Metallic Gold #CCA63C

Tints of Metallic Gold #CCA63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.95%

R = 47.44%
G = 38.6%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCA63C (or 0xCCA63C) is known color: Metallic Gold. HEX triplet: CC, A6 and 3C. RGB value is (204,166,60). Sum of RGB (Red+Green+Blue) = 204+166+60=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA63C is #3359C3. Grayscale: #A5A5A5. Windows color (decimal): -3365316 or 3974860. OLE color: 3974860.

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

Color convert

RGB 204 166 60 -
CMYK 0 0.19 0.71 0.2
HSL 44.17º 0.59% 0.52% -
HSV(B) 44.17º 0.71% 0.8% -
XYZ 39.35 40.44 10.01 -
YUV 165.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 204 166 60 0 0.19 0.71 0.2 44.17 0.59 0.52
Hex CC A6 3C 0 13 47 14 2C 3B 34
Octal 314 246 74 0 23 107 24 54 73 64
Binary 11001100 10100110 111100 0 10011 1000111 10100 101100 111011 110100

Color Harmonies of #CCA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA63C

Black with #CCA63C

Text Example


Text Example

White with #CCA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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