Html Css Color HEX #CCAA3E Metallic Gold

📋 copy color: '#CCAA3E'

red 204 ◦ green 170 ◦ blue 62

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

Shades of Metallic Gold #CCAA3E

Tints of Metallic Gold #CCAA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.22%

R = 46.79%
G = 38.99%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCAA3E (or 0xCCAA3E) is known color: Metallic Gold. HEX triplet: CC, AA and 3E. RGB value is (204,170,62). Sum of RGB (Red+Green+Blue) = 204+170+62=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA3E is #3355C1. Grayscale: #A8A8A8. Windows color (decimal): -3364290 or 4106956. OLE color: 4106956.

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

Color convert

RGB 204 170 62 -
CMYK 0 0.17 0.70 0.2
HSL 45.63º 0.58% 0.52% -
HSV(B) 45.63º 0.7% 0.8% -
XYZ 40.15 41.93 10.54 -
YUV 167.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 204 170 62 0 0.17 0.70 0.2 45.63 0.58 0.52
Hex CC AA 3E 0 11 46 14 2E 3A 34
Octal 314 252 76 0 21 106 24 56 72 64
Binary 11001100 10101010 111110 0 10001 1000110 10100 101110 111010 110100

Color Harmonies of #CCAA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA3E

Black with #CCAA3E

Text Example


Text Example

White with #CCAA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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