Html Css Color HEX #CCA333 Metallic Gold

📋 copy color: '#CCA333'

red 204 ◦ green 163 ◦ blue 51

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

Shades of Metallic Gold #CCA333

Tints of Metallic Gold #CCA333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.2%

R = 48.8%
G = 39%
B = 12.2%

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

#CCA333 (or 0xCCA333) is known color: Metallic Gold. HEX triplet: CC, A3 and 33. RGB value is (204,163,51). Sum of RGB (Red+Green+Blue) = 204+163+51=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA333 is #335CCC. Grayscale: #A2A2A2. Windows color (decimal): -3366093 or 3384268. OLE color: 3384268.

HSL color Cylindrical-coordinate representation of color #CCA333: hue angle of 43.92º degrees, saturation: 0.6, 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 #CCA333 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 163 51 -
CMYK 0 0.20 0.75 0.2
HSL 43.92º 0.6% 0.5% -
HSV(B) 43.92º 0.75% 0.8% -
XYZ 38.6 39.27 8.68 -
YUV 162.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 204 163 51 0 0.20 0.75 0.2 43.92 0.6 0.5
Hex CC A3 33 0 14 4B 14 2C 3C 32
Octal 314 243 63 0 24 113 24 54 74 62
Binary 11001100 10100011 110011 0 10100 1001011 10100 101100 111100 110010

Color Harmonies of #CCA333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA333

Black with #CCA333

Text Example


Text Example

White with #CCA333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA333; }

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

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

background-color css

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

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

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

border-color css

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

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

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