#CEAF30

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

Shades of Metallic Gold #CEAF30

Tints of Metallic Gold #CEAF30

Color information

#CEAF30 (or 0xCEAF30) is unknown color: approx Metallic Gold. HEX triplet: CE, AF and 30. RGB value is (206,175,48). Sum of RGB (Red+Green+Blue) = 206+175+48=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF30 is #3150CF. Grayscale: #AAAAAA. Windows color (decimal): -3231952 or 3190734. OLE color: 3190734.

HSL color Cylindrical-coordinate representation of color #CEAF30: hue angle of 48.23º 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 #CEAF30 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB20617548-
CMYK00.150.770.19
HSL48.23º62.2%49.8%-
HSV(B)48.23º76.7%80.78%-
XYZ41.32449.11-
YUV169.7959.27153.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 48 (19.14% from 255) = 11.19%
R=48.02%
G=40.79%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061754800.150.770.1948.2362.249.8
HexCEAF300F4D13303e32
Octal3162576001711523607662
Binary110011101010111111000001111100110110011110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF30; }

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

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

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

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

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

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

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

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