#CEAB39

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

Shades of Metallic Gold #CEAB39

Tints of Metallic Gold #CEAB39

Color information

#CEAB39 (or 0xCEAB39) is unknown color: approx Metallic Gold. HEX triplet: CE, AB and 39. RGB value is (206,171,57). Sum of RGB (Red+Green+Blue) = 206+171+57=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB39 is #3154C6. Grayscale: #A8A8A8. Windows color (decimal): -3232967 or 3779534. OLE color: 3779534.

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

Color convert

RGB20617157-
CMYK00.170.720.19
HSL45.91º60.32%51.57%-
HSV(B)45.91º72.33%80.78%-
XYZ40.7642.549.93-
YUV168.4765.1154.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.47%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 57 (22.66% from 255) = 13.13%
R=47.47%
G=39.40%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061715700.170.720.1945.9160.3251.57
HexCEAB3901148132e3c34
Octal3162537102111023567464
Binary1100111010101011111001010001100100010011101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB39; }

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

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

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

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

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

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

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

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