#CEA83C

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

Shades of Metallic Gold #CEA83C

Tints of Metallic Gold #CEA83C

Color information

#CEA83C (or 0xCEA83C) is unknown color: approx Metallic Gold. HEX triplet: CE, A8 and 3C. RGB value is (206,168,60). Sum of RGB (Red+Green+Blue) = 206+168+60=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA83C is #3157C3. Grayscale: #A7A7A7. Windows color (decimal): -3233732 or 3975374. OLE color: 3975374.

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

Color convert

RGB20616860-
CMYK00.180.710.19
HSL44.38º59.84%52.16%-
HSV(B)44.38º70.87%80.78%-
XYZ40.2741.4510.15-
YUV167.0567.59155.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.47%
GREEN value IS 168 (66.02% from 255) = 38.71%
BLUE value IS 60 (23.83% from 255) = 13.82%
R=47.47%
G=38.71%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061686000.180.710.1944.3859.8452.16
HexCEA83C01247132c3c34
Octal3162507402210723547464
Binary1100111010101000111100010010100011110011101100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA83C; }

 p { color: rgb(206,168,60); }

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

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

 a { background-color: rgb(206,168,60); }

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

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

 span { border-color: rgb(206,168,60); }

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