Html Css Color HEX #CCA831 Metallic Gold

📋 copy color: '#CCA831'

red 204 ◦ green 168 ◦ blue 49

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

Shades of Metallic Gold #CCA831

Tints of Metallic Gold #CCA831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

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

R = 48.46%
G = 39.9%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCA831 (or 0xCCA831) is known color: Metallic Gold. HEX triplet: CC, A8 and 31. RGB value is (204,168,49). Sum of RGB (Red+Green+Blue) = 204+168+49=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA831 is #3357CE. Grayscale: #A5A5A5. Windows color (decimal): -3364815 or 3254476. OLE color: 3254476.

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

Color convert

RGB 204 168 49 -
CMYK 0 0.18 0.76 0.2
HSL 46.06º 0.61% 0.5% -
HSV(B) 46.06º 0.76% 0.8% -
XYZ 39.46 41.06 8.75 -
YUV 165.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 204 168 49 0 0.18 0.76 0.2 46.06 0.61 0.5
Hex CC A8 31 0 12 4C 14 2E 3D 32
Octal 314 250 61 0 22 114 24 56 75 62
Binary 11001100 10101000 110001 0 10010 1001100 10100 101110 111101 110010

Color Harmonies of #CCA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA831

Black with #CCA831

Text Example


Text Example

White with #CCA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA831; }

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

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

background-color css

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

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

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

border-color css

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

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

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