Html Css Color HEX #CCA440 Metallic Gold

📋 copy color: '#CCA440'

red 204 ◦ green 164 ◦ blue 64

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

Shades of Metallic Gold #CCA440

Tints of Metallic Gold #CCA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.96%

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

R = 47.22%
G = 37.96%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCA440 (or 0xCCA440) is known color: Metallic Gold. HEX triplet: CC, A4 and 40. RGB value is (204,164,64). Sum of RGB (Red+Green+Blue) = 204+164+64=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA440 is #335BBF. Grayscale: #A4A4A4. Windows color (decimal): -3365824 or 4236492. OLE color: 4236492.

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

Color convert

RGB 204 164 64 -
CMYK 0 0.20 0.69 0.2
HSL 42.86º 0.58% 0.53% -
HSV(B) 42.86º 0.69% 0.8% -
XYZ 39.1 39.76 10.46 -
YUV 164.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 204 164 64 0 0.20 0.69 0.2 42.86 0.58 0.53
Hex CC A4 40 0 14 45 14 2B 3A 35
Octal 314 244 100 0 24 105 24 53 72 65
Binary 11001100 10100100 1000000 0 10100 1000101 10100 101011 111010 110101

Color Harmonies of #CCA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA440

Black with #CCA440

Text Example


Text Example

White with #CCA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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