Html Css Color HEX #CCA82C Metallic Gold

📋 copy color: '#CCA82C'

red 204 ◦ green 168 ◦ blue 44

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

Shades of Metallic Gold #CCA82C

Tints of Metallic Gold #CCA82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

 BLUE value IS 44 (17.58% from 255) = 10.58%

R = 49.04%
G = 40.38%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCA82C (or 0xCCA82C) is known color: Metallic Gold. HEX triplet: CC, A8 and 2C. RGB value is (204,168,44). Sum of RGB (Red+Green+Blue) = 204+168+44=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA82C is #3357D3. Grayscale: #A5A5A5. Windows color (decimal): -3364820 or 2926796. OLE color: 2926796.

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

Color convert

RGB 204 168 44 -
CMYK 0 0.18 0.78 0.2
HSL 46.5º 0.65% 0.49% -
HSV(B) 46.5º 0.78% 0.8% -
XYZ 39.36 41.02 8.23 -
YUV 164.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 204 168 44 0 0.18 0.78 0.2 46.5 0.65 0.49
Hex CC A8 2C 0 12 4E 14 2E 41 31
Octal 314 250 54 0 22 116 24 56 101 61
Binary 11001100 10101000 101100 0 10010 1001110 10100 101110 1000001 110001

Color Harmonies of #CCA82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA82C

Black with #CCA82C

Text Example


Text Example

White with #CCA82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA82C; }

 p { color: rgb(204,168,44); }

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

background-color css

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

 a { background-color: rgb(204,168,44); }

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

border-color css

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

 span { border-color: rgb(204,168,44); }

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