#ceaa30

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

Shades of Metallic Gold #CEAA30

Tints of Metallic Gold #CEAA30

Color information

#CEAA30 (or 0xCEAA30) is unknown color: approx Metallic Gold. HEX triplet: CE, AA and 30. RGB value is (206,170,48). Sum of RGB (Red+Green+Blue) = 206+170+48=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA30 is #3155CF. Grayscale: #A7A7A7. Windows color (decimal): -3233232 or 3189454. OLE color: 3189454.

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

Color convert

RGB20617048-
CMYK00.170.770.19
HSL46.33º62.2%49.8%-
HSV(B)46.33º76.7%80.78%-
XYZ40.3642.088.79-
YUV166.8660.93155.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 48 (19.14% from 255) = 11.32%
R=48.58%
G=40.09%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061704800.170.770.1946.3362.249.8
HexCEAA300114D132e3e32
Octal3162526002111523567662
Binary1100111010101010110000010001100110110011101110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceaa30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceaa30; }

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

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

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

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

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

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

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

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