Html Css Color HEX #CCA231 Metallic Gold

📋 copy color: '#CCA231'

red 204 ◦ green 162 ◦ blue 49

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

Shades of Metallic Gold #CCA231

Tints of Metallic Gold #CCA231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 49.16%
G = 39.04%
B = 11.81%

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

#CCA231 (or 0xCCA231) is known color: Metallic Gold. HEX triplet: CC, A2 and 31. RGB value is (204,162,49). Sum of RGB (Red+Green+Blue) = 204+162+49=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA231 is #335DCE. Grayscale: #A2A2A2. Windows color (decimal): -3366351 or 3252940. OLE color: 3252940.

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

Color convert

RGB 204 162 49 -
CMYK 0 0.21 0.76 0.2
HSL 43.74º 0.61% 0.5% -
HSV(B) 43.74º 0.76% 0.8% -
XYZ 38.38 38.9 8.39 -
YUV 161.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 204 162 49 0 0.21 0.76 0.2 43.74 0.61 0.5
Hex CC A2 31 0 15 4C 14 2C 3D 32
Octal 314 242 61 0 25 114 24 54 75 62
Binary 11001100 10100010 110001 0 10101 1001100 10100 101100 111101 110010

Color Harmonies of #CCA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA231

Black with #CCA231

Text Example


Text Example

White with #CCA231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA231; }

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

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

background-color css

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

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

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

border-color css

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

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

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