Html Css Color HEX #CCA03F Metallic Gold

📋 copy color: '#CCA03F'

red 204 ◦ green 160 ◦ blue 63

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

Shades of Metallic Gold #CCA03F

Tints of Metallic Gold #CCA03F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.47%

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

R = 47.78%
G = 37.47%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCA03F (or 0xCCA03F) is known color: Metallic Gold. HEX triplet: CC, A0 and 3F. RGB value is (204,160,63). Sum of RGB (Red+Green+Blue) = 204+160+63=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA03F is #335FC0. Grayscale: #A2A2A2. Windows color (decimal): -3366849 or 4169932. OLE color: 4169932.

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

Color convert

RGB 204 160 63 -
CMYK 0 0.22 0.69 0.2
HSL 41.28º 0.58% 0.52% -
HSV(B) 41.28º 0.69% 0.8% -
XYZ 38.37 38.34 10.08 -
YUV 162.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 204 160 63 0 0.22 0.69 0.2 41.28 0.58 0.52
Hex CC A0 3F 0 16 45 14 29 3A 34
Octal 314 240 77 0 26 105 24 51 72 64
Binary 11001100 10100000 111111 0 10110 1000101 10100 101001 111010 110100

Color Harmonies of #CCA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA03F

Black with #CCA03F

Text Example


Text Example

White with #CCA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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