Html Css Color HEX #CCA33A Metallic Gold

📋 copy color: '#CCA33A'

red 204 ◦ green 163 ◦ blue 58

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

Shades of Metallic Gold #CCA33A

Tints of Metallic Gold #CCA33A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 58 (23.05% from 255) = 13.65%

R = 48%
G = 38.35%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCA33A (or 0xCCA33A) is known color: Metallic Gold. HEX triplet: CC, A3 and 3A. RGB value is (204,163,58). Sum of RGB (Red+Green+Blue) = 204+163+58=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA33A is #335CC5. Grayscale: #A3A3A3. Windows color (decimal): -3366086 or 3843020. OLE color: 3843020.

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

Color convert

RGB 204 163 58 -
CMYK 0 0.20 0.72 0.2
HSL 43.15º 0.59% 0.51% -
HSV(B) 43.15º 0.72% 0.8% -
XYZ 38.76 39.34 9.55 -
YUV 163.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 204 163 58 0 0.20 0.72 0.2 43.15 0.59 0.51
Hex CC A3 3A 0 14 48 14 2B 3B 33
Octal 314 243 72 0 24 110 24 53 73 63
Binary 11001100 10100011 111010 0 10100 1001000 10100 101011 111011 110011

Color Harmonies of #CCA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA33A

Black with #CCA33A

Text Example


Text Example

White with #CCA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA33A; }

 p { color: rgb(204,163,58); }

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

background-color css

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

 a { background-color: rgb(204,163,58); }

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

border-color css

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

 span { border-color: rgb(204,163,58); }

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