Html Css Color HEX #CCAA3F Metallic Gold

📋 copy color: '#CCAA3F'

red 204 ◦ green 170 ◦ blue 63

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

Shades of Metallic Gold #CCAA3F

Tints of Metallic Gold #CCAA3F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

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

R = 46.68%
G = 38.9%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCAA3F (or 0xCCAA3F) is known color: Metallic Gold. HEX triplet: CC, AA and 3F. RGB value is (204,170,63). Sum of RGB (Red+Green+Blue) = 204+170+63=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA3F is #3355C0. Grayscale: #A8A8A8. Windows color (decimal): -3364289 or 4172492. OLE color: 4172492.

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

Color convert

RGB 204 170 63 -
CMYK 0 0.17 0.69 0.2
HSL 45.53º 0.58% 0.52% -
HSV(B) 45.53º 0.69% 0.8% -
XYZ 40.17 41.95 10.68 -
YUV 167.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 204 170 63 0 0.17 0.69 0.2 45.53 0.58 0.52
Hex CC AA 3F 0 11 45 14 2E 3A 34
Octal 314 252 77 0 21 105 24 56 72 64
Binary 11001100 10101010 111111 0 10001 1000101 10100 101110 111010 110100

Color Harmonies of #CCAA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA3F

Black with #CCAA3F

Text Example


Text Example

White with #CCAA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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