#CCAE31

Color #CCAE31 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #CCAE31

Tints of Metallic Gold #CCAE31

Color information

#CCAE31 (or 0xCCAE31) is unknown color: approx Metallic Gold. HEX triplet: CC, AE and 31. RGB value is (204,174,49). Sum of RGB (Red+Green+Blue) = 204+174+49=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE31 is #3351CE. Grayscale: #A9A9A9. Windows color (decimal): -3363279 or 3256012. OLE color: 3256012.

HSL color Cylindrical-coordinate representation of color #CCAE31: hue angle of 48.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCAE31 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB20417449-
CMYK00.150.760.2
HSL48.39º61.26%49.61%-
HSV(B)48.39º75.98%80%-
XYZ40.5943.339.13-
YUV168.7260.44153.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 49 (19.53% from 255) = 11.48%
R=47.78%
G=40.75%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041744900.150.760.248.3961.2649.61
HexCCAE310F4C14303d32
Octal3142566101711424607562
Binary110011001010111011000101111100110010100110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE31; }

 p { color: rgb(204,174,49); }

 H1.HeaderClassName
 {
   color: #CCAE31;
 }
 .AnyTagClassName
 {
   color: #CCAE31;
 }
</style>
background-color css

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

 a { background-color: rgb(204,174,49); }

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

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

 span { border-color: rgb(204,174,49); }

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