Html Css Color HEX #CCA23C Metallic Gold

📋 copy color: '#CCA23C'

red 204 ◦ green 162 ◦ blue 60

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

Shades of Metallic Gold #CCA23C

Tints of Metallic Gold #CCA23C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

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

R = 47.89%
G = 38.03%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCA23C (or 0xCCA23C) is known color: Metallic Gold. HEX triplet: CC, A2 and 3C. RGB value is (204,162,60). Sum of RGB (Red+Green+Blue) = 204+162+60=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA23C is #335DC3. Grayscale: #A3A3A3. Windows color (decimal): -3366340 or 3973836. OLE color: 3973836.

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

Color convert

RGB 204 162 60 -
CMYK 0 0.21 0.71 0.2
HSL 42.5º 0.59% 0.52% -
HSV(B) 42.5º 0.71% 0.8% -
XYZ 38.64 39 9.77 -
YUV 162.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 204 162 60 0 0.21 0.71 0.2 42.5 0.59 0.52
Hex CC A2 3C 0 15 47 14 2A 3B 34
Octal 314 242 74 0 25 107 24 52 73 64
Binary 11001100 10100010 111100 0 10101 1000111 10100 101010 111011 110100

Color Harmonies of #CCA23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA23C

Black with #CCA23C

Text Example


Text Example

White with #CCA23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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