Html Css Color HEX #CCA42F Metallic Gold

📋 copy color: '#CCA42F'

red 204 ◦ green 164 ◦ blue 47

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

Shades of Metallic Gold #CCA42F

Tints of Metallic Gold #CCA42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.33%

R = 49.16%
G = 39.52%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCA42F (or 0xCCA42F) is known color: Metallic Gold. HEX triplet: CC, A4 and 2F. RGB value is (204,164,47). Sum of RGB (Red+Green+Blue) = 204+164+47=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA42F is #335BD0. Grayscale: #A3A3A3. Windows color (decimal): -3365841 or 3122380. OLE color: 3122380.

HSL color Cylindrical-coordinate representation of color #CCA42F: hue angle of 44.71º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCA42F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 47 -
CMYK 0 0.20 0.77 0.2
HSL 44.71º 0.63% 0.49% -
HSV(B) 44.71º 0.77% 0.8% -
XYZ 38.69 39.59 8.29 -
YUV 162.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 204 164 47 0 0.20 0.77 0.2 44.71 0.63 0.49
Hex CC A4 2F 0 14 4D 14 2D 3F 31
Octal 314 244 57 0 24 115 24 55 77 61
Binary 11001100 10100100 101111 0 10100 1001101 10100 101101 111111 110001

Color Harmonies of #CCA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA42F

Black with #CCA42F

Text Example


Text Example

White with #CCA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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