#CEAA39

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

Shades of Metallic Gold #CEAA39

Tints of Metallic Gold #CEAA39

Color information

#CEAA39 (or 0xCEAA39) is unknown color: approx Metallic Gold. HEX triplet: CE, AA and 39. RGB value is (206,170,57). Sum of RGB (Red+Green+Blue) = 206+170+57=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA39 is #3155C6. Grayscale: #A8A8A8. Windows color (decimal): -3233223 or 3779278. OLE color: 3779278.

HSL color Cylindrical-coordinate representation of color #CEAA39: hue angle of 45.5º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEAA39 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20617057-
CMYK00.170.720.19
HSL45.5º60.32%51.57%-
HSV(B)45.5º72.33%80.78%-
XYZ40.5742.179.87-
YUV167.8865.43155.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.58%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 57 (22.66% from 255) = 13.16%
R=47.58%
G=39.26%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061705700.170.720.1945.560.3251.57
HexCEAA3901148132e3c34
Octal3162527102111023567464
Binary1100111010101010111001010001100100010011101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA39; }

 p { color: rgb(206,170,57); }

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

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

 a { background-color: rgb(206,170,57); }

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

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

 span { border-color: rgb(206,170,57); }

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