Html Css Color HEX #CCA636 Metallic Gold

📋 copy color: '#CCA636'

red 204 ◦ green 166 ◦ blue 54

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

Shades of Metallic Gold #CCA636

Tints of Metallic Gold #CCA636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.74%

R = 48.11%
G = 39.15%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCA636 (or 0xCCA636) is known color: Metallic Gold. HEX triplet: CC, A6 and 36. RGB value is (204,166,54). Sum of RGB (Red+Green+Blue) = 204+166+54=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA636 is #3359C9. Grayscale: #A5A5A5. Windows color (decimal): -3365322 or 3581644. OLE color: 3581644.

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

Color convert

RGB 204 166 54 -
CMYK 0 0.19 0.74 0.2
HSL 44.8º 0.6% 0.51% -
HSV(B) 44.8º 0.74% 0.8% -
XYZ 39.2 40.38 9.22 -
YUV 164.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 204 166 54 0 0.19 0.74 0.2 44.8 0.6 0.51
Hex CC A6 36 0 13 4A 14 2D 3C 33
Octal 314 246 66 0 23 112 24 55 74 63
Binary 11001100 10100110 110110 0 10011 1001010 10100 101101 111100 110011

Color Harmonies of #CCA636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA636

Black with #CCA636

Text Example


Text Example

White with #CCA636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA636; }

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

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

background-color css

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

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

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

border-color css

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

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

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