#ceab42

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

Shades of Metallic Gold #CEAB42

Tints of Metallic Gold #CEAB42

Color information

#CEAB42 (or 0xCEAB42) is unknown color: approx Metallic Gold. HEX triplet: CE, AB and 42. RGB value is (206,171,66). Sum of RGB (Red+Green+Blue) = 206+171+66=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB42 is #3154BD. Grayscale: #A9A9A9. Windows color (decimal): -3232958 or 4369358. OLE color: 4369358.

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

Color convert

RGB20617166-
CMYK00.170.680.19
HSL45º58.82%53.33%-
HSV(B)45º67.96%80.78%-
XYZ4142.6411.22-
YUV169.569.6154.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 66 (26.17% from 255) = 14.90%
R=46.50%
G=38.60%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061716600.170.680.194558.8253.33
HexCEAB4201144132d3b35
Octal31625310202110423557365
Binary11001110101010111000010010001100010010011101101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceab42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceab42; }

 p { color: rgb(206,171,66); }

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

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

 a { background-color: rgb(206,171,66); }

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

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

 span { border-color: rgb(206,171,66); }

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