Html Css Color HEX #CCA52E Metallic Gold

📋 copy color: '#CCA52E'

red 204 ◦ green 165 ◦ blue 46

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

Shades of Metallic Gold #CCA52E

Tints of Metallic Gold #CCA52E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

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

R = 49.16%
G = 39.76%
B = 11.08%

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

#CCA52E (or 0xCCA52E) is known color: Metallic Gold. HEX triplet: CC, A5 and 2E. RGB value is (204,165,46). Sum of RGB (Red+Green+Blue) = 204+165+46=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA52E is #335AD1. Grayscale: #A3A3A3. Windows color (decimal): -3365586 or 3057100. OLE color: 3057100.

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

Color convert

RGB 204 165 46 -
CMYK 0 0.19 0.77 0.2
HSL 45.19º 0.63% 0.49% -
HSV(B) 45.19º 0.77% 0.8% -
XYZ 38.85 39.94 8.25 -
YUV 163.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 204 165 46 0 0.19 0.77 0.2 45.19 0.63 0.49
Hex CC A5 2E 0 13 4D 14 2D 3F 31
Octal 314 245 56 0 23 115 24 55 77 61
Binary 11001100 10100101 101110 0 10011 1001101 10100 101101 111111 110001

Color Harmonies of #CCA52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA52E

Black with #CCA52E

Text Example


Text Example

White with #CCA52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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