#CCAE34

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

Shades of Metallic Gold #CCAE34

Tints of Metallic Gold #CCAE34

Color information

#CCAE34 (or 0xCCAE34) is unknown color: approx Metallic Gold. HEX triplet: CC, AE and 34. RGB value is (204,174,52). Sum of RGB (Red+Green+Blue) = 204+174+52=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE34 is #3351CB. Grayscale: #A9A9A9. Windows color (decimal): -3363276 or 3452620. OLE color: 3452620.

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

Color convert

RGB20417452-
CMYK00.150.750.2
HSL48.16º59.84%50.2%-
HSV(B)48.16º74.51%80%-
XYZ40.6643.369.47-
YUV169.0661.94152.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 52 (20.70% from 255) = 12.09%
R=47.44%
G=40.47%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041745200.150.750.248.1659.8450.2
HexCCAE340F4B14303c32
Octal3142566401711324607462
Binary110011001010111011010001111100101110100110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE34; }

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

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

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

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

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

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

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

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