Html Css Color HEX #CCA240 Metallic Gold

📋 copy color: '#CCA240'

red 204 ◦ green 162 ◦ blue 64

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

Shades of Metallic Gold #CCA240

Tints of Metallic Gold #CCA240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 47.44%
G = 37.67%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCA240 (or 0xCCA240) is known color: Metallic Gold. HEX triplet: CC, A2 and 40. RGB value is (204,162,64). Sum of RGB (Red+Green+Blue) = 204+162+64=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA240 is #335DBF. Grayscale: #A3A3A3. Windows color (decimal): -3366336 or 4235980. OLE color: 4235980.

HSL color Cylindrical-coordinate representation of color #CCA240: hue angle of 42º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCA240 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 64 -
CMYK 0 0.21 0.69 0.2
HSL 42º 0.58% 0.53% -
HSV(B) 42º 0.69% 0.8% -
XYZ 38.75 39.05 10.35 -
YUV 163.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 204 162 64 0 0.21 0.69 0.2 42 0.58 0.53
Hex CC A2 40 0 15 45 14 2A 3A 35
Octal 314 242 100 0 25 105 24 52 72 65
Binary 11001100 10100010 1000000 0 10101 1000101 10100 101010 111010 110101

Color Harmonies of #CCA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA240

Black with #CCA240

Text Example


Text Example

White with #CCA240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA240; }

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

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

background-color css

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

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

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

border-color css

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

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

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