#CEAD39

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

Shades of Metallic Gold #CEAD39

Tints of Metallic Gold #CEAD39

Color information

#CEAD39 (or 0xCEAD39) is unknown color: approx Metallic Gold. HEX triplet: CE, AD and 39. RGB value is (206,173,57). Sum of RGB (Red+Green+Blue) = 206+173+57=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD39 is #3152C6. Grayscale: #AAAAAA. Windows color (decimal): -3232455 or 3780046. OLE color: 3780046.

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

Color convert

RGB20617357-
CMYK00.160.720.19
HSL46.71º60.32%51.57%-
HSV(B)46.71º72.33%80.78%-
XYZ41.1443.310.06-
YUV169.6464.43153.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.25%
GREEN value IS 173 (67.97% from 255) = 39.68%
BLUE value IS 57 (22.66% from 255) = 13.07%
R=47.25%
G=39.68%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061735700.160.720.1946.7160.3251.57
HexCEAD3901048132f3c34
Octal3162557102011023577464
Binary1100111010101101111001010000100100010011101111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD39; }

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

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

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

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

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

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

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

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