Html Css Color HEX #CCA130 Metallic Gold

📋 copy color: '#CCA130'

red 204 ◦ green 161 ◦ blue 48

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

Shades of Metallic Gold #CCA130

Tints of Metallic Gold #CCA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.98%

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 49.39%
G = 38.98%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCA130 (or 0xCCA130) is known color: Metallic Gold. HEX triplet: CC, A1 and 30. RGB value is (204,161,48). Sum of RGB (Red+Green+Blue) = 204+161+48=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA130 is #335ECF. Grayscale: #A1A1A1. Windows color (decimal): -3366608 or 3187148. OLE color: 3187148.

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

Color convert

RGB 204 161 48 -
CMYK 0 0.21 0.76 0.2
HSL 43.46º 0.62% 0.49% -
HSV(B) 43.46º 0.76% 0.8% -
XYZ 38.18 38.54 8.22 -
YUV 160.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 204 161 48 0 0.21 0.76 0.2 43.46 0.62 0.49
Hex CC A1 30 0 15 4C 14 2B 3E 31
Octal 314 241 60 0 25 114 24 53 76 61
Binary 11001100 10100001 110000 0 10101 1001100 10100 101011 111110 110001

Color Harmonies of #CCA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA130

Black with #CCA130

Text Example


Text Example

White with #CCA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA130; }

 p { color: rgb(204,161,48); }

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

background-color css

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

 a { background-color: rgb(204,161,48); }

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

border-color css

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

 span { border-color: rgb(204,161,48); }

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