Html Css Color HEX #CCA432 Metallic Gold

📋 copy color: '#CCA432'

red 204 ◦ green 164 ◦ blue 50

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

Shades of Metallic Gold #CCA432

Tints of Metallic Gold #CCA432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.96%

R = 48.8%
G = 39.23%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCA432 (or 0xCCA432) is known color: Metallic Gold. HEX triplet: CC, A4 and 32. RGB value is (204,164,50). Sum of RGB (Red+Green+Blue) = 204+164+50=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA432 is #335BCD. Grayscale: #A3A3A3. Windows color (decimal): -3365838 or 3318988. OLE color: 3318988.

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

Color convert

RGB 204 164 50 -
CMYK 0 0.20 0.75 0.2
HSL 44.42º 0.61% 0.5% -
HSV(B) 44.42º 0.75% 0.8% -
XYZ 38.75 39.62 8.62 -
YUV 162.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 204 164 50 0 0.20 0.75 0.2 44.42 0.61 0.5
Hex CC A4 32 0 14 4B 14 2C 3D 32
Octal 314 244 62 0 24 113 24 54 75 62
Binary 11001100 10100100 110010 0 10100 1001011 10100 101100 111101 110010

Color Harmonies of #CCA432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA432

Black with #CCA432

Text Example


Text Example

White with #CCA432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA432; }

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

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

background-color css

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

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

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

border-color css

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

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

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