#CCAF34

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

Shades of Metallic Gold #CCAF34

Tints of Metallic Gold #CCAF34

Color information

#CCAF34 (or 0xCCAF34) is unknown color: approx Metallic Gold. HEX triplet: CC, AF and 34. RGB value is (204,175,52). Sum of RGB (Red+Green+Blue) = 204+175+52=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF34 is #3350CB. Grayscale: #AAAAAA. Windows color (decimal): -3363020 or 3452876. OLE color: 3452876.

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

Color convert

RGB20417552-
CMYK00.140.750.2
HSL48.55º59.84%50.2%-
HSV(B)48.55º74.51%80%-
XYZ40.8543.759.54-
YUV169.6561.61152.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 52 (20.70% from 255) = 12.06%
R=47.33%
G=40.60%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041755200.140.750.248.5559.8450.2
HexCCAF340E4B14313c32
Octal3142576401611324617462
Binary110011001010111111010001110100101110100110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF34; }

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

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

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

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

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

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

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

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