#ceab2b

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

Shades of Metallic Gold #CEAB2B

Tints of Metallic Gold #CEAB2B

Color information

#CEAB2B (or 0xCEAB2B) is unknown color: approx Metallic Gold. HEX triplet: CE, AB and 2B. RGB value is (206,171,43). Sum of RGB (Red+Green+Blue) = 206+171+43=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB2B is #3154D4. Grayscale: #A7A7A7. Windows color (decimal): -3232981 or 2862030. OLE color: 2862030.

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

Color convert

RGB20617143-
CMYK00.170.790.19
HSL47.12º65.46%48.82%-
HSV(B)47.12º79.13%80.78%-
XYZ40.4542.428.34-
YUV166.8758.1155.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.05%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 43 (17.19% from 255) = 10.24%
R=49.05%
G=40.71%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061714300.170.790.1947.1265.4648.82
HexCEAB2B0114F132f4131
Octal31625353021117235710161
Binary11001110101010111010110100011001111100111011111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceab2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceab2b; }

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

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

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

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

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

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

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

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