Html Css Color HEX #CCA33F Metallic Gold

📋 copy color: '#CCA33F'

red 204 ◦ green 163 ◦ blue 63

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

Shades of Metallic Gold #CCA33F

Tints of Metallic Gold #CCA33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.65%

R = 47.44%
G = 37.91%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCA33F (or 0xCCA33F) is known color: Metallic Gold. HEX triplet: CC, A3 and 3F. RGB value is (204,163,63). Sum of RGB (Red+Green+Blue) = 204+163+63=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA33F is #335CC0. Grayscale: #A4A4A4. Windows color (decimal): -3366081 or 4170700. OLE color: 4170700.

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

Color convert

RGB 204 163 63 -
CMYK 0 0.20 0.69 0.2
HSL 42.55º 0.58% 0.52% -
HSV(B) 42.55º 0.69% 0.8% -
XYZ 38.9 39.39 10.26 -
YUV 163.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 204 163 63 0 0.20 0.69 0.2 42.55 0.58 0.52
Hex CC A3 3F 0 14 45 14 2B 3A 34
Octal 314 243 77 0 24 105 24 53 72 64
Binary 11001100 10100011 111111 0 10100 1000101 10100 101011 111010 110100

Color Harmonies of #CCA33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA33F

Black with #CCA33F

Text Example


Text Example

White with #CCA33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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