Html Css Color HEX #CCA63A Metallic Gold

📋 copy color: '#CCA63A'

red 204 ◦ green 166 ◦ blue 58

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

Shades of Metallic Gold #CCA63A

Tints of Metallic Gold #CCA63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.55%

R = 47.66%
G = 38.79%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCA63A (or 0xCCA63A) is known color: Metallic Gold. HEX triplet: CC, A6 and 3A. RGB value is (204,166,58). Sum of RGB (Red+Green+Blue) = 204+166+58=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA63A is #3359C5. Grayscale: #A5A5A5. Windows color (decimal): -3365318 or 3843788. OLE color: 3843788.

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

Color convert

RGB 204 166 58 -
CMYK 0 0.19 0.72 0.2
HSL 44.38º 0.59% 0.51% -
HSV(B) 44.38º 0.72% 0.8% -
XYZ 39.3 40.42 9.73 -
YUV 165.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 204 166 58 0 0.19 0.72 0.2 44.38 0.59 0.51
Hex CC A6 3A 0 13 48 14 2C 3B 33
Octal 314 246 72 0 23 110 24 54 73 63
Binary 11001100 10100110 111010 0 10011 1001000 10100 101100 111011 110011

Color Harmonies of #CCA63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA63A

Black with #CCA63A

Text Example


Text Example

White with #CCA63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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