Html Css Color HEX #CCA540 Metallic Gold

📋 copy color: '#CCA540'

red 204 ◦ green 165 ◦ blue 64

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

Shades of Metallic Gold #CCA540

Tints of Metallic Gold #CCA540

RGB

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

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

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

R = 47.11%
G = 38.11%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCA540 (or 0xCCA540) is known color: Metallic Gold. HEX triplet: CC, A5 and 40. RGB value is (204,165,64). Sum of RGB (Red+Green+Blue) = 204+165+64=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA540 is #335ABF. Grayscale: #A5A5A5. Windows color (decimal): -3365568 or 4236748. OLE color: 4236748.

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

Color convert

RGB 204 165 64 -
CMYK 0 0.19 0.69 0.2
HSL 43.29º 0.58% 0.53% -
HSV(B) 43.29º 0.69% 0.8% -
XYZ 39.28 40.12 10.52 -
YUV 165.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 204 165 64 0 0.19 0.69 0.2 43.29 0.58 0.53
Hex CC A5 40 0 13 45 14 2B 3A 35
Octal 314 245 100 0 23 105 24 53 72 65
Binary 11001100 10100101 1000000 0 10011 1000101 10100 101011 111010 110101

Color Harmonies of #CCA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA540

Black with #CCA540

Text Example


Text Example

White with #CCA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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