Html Css Color HEX #CCAA41 Metallic Gold

📋 copy color: '#CCAA41'

red 204 ◦ green 170 ◦ blue 65

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

Shades of Metallic Gold #CCAA41

Tints of Metallic Gold #CCAA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.81%

R = 46.47%
G = 38.72%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCAA41 (or 0xCCAA41) is known color: Metallic Gold. HEX triplet: CC, AA and 41. RGB value is (204,170,65). Sum of RGB (Red+Green+Blue) = 204+170+65=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA41 is #3355BE. Grayscale: #A8A8A8. Windows color (decimal): -3364287 or 4303564. OLE color: 4303564.

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

Color convert

RGB 204 170 65 -
CMYK 0 0.17 0.68 0.2
HSL 45.32º 0.58% 0.53% -
HSV(B) 45.32º 0.68% 0.8% -
XYZ 40.23 41.97 10.98 -
YUV 168.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 204 170 65 0 0.17 0.68 0.2 45.32 0.58 0.53
Hex CC AA 41 0 11 44 14 2D 3A 35
Octal 314 252 101 0 21 104 24 55 72 65
Binary 11001100 10101010 1000001 0 10001 1000100 10100 101101 111010 110101

Color Harmonies of #CCAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA41

Black with #CCAA41

Text Example


Text Example

White with #CCAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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