#CEA928

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

Shades of Galliano #CEA928

Tints of Galliano #CEA928

Color information

#CEA928 (or 0xCEA928) is unknown color: approx Galliano. HEX triplet: CE, A9 and 28. RGB value is (206,169,40). Sum of RGB (Red+Green+Blue) = 206+169+40=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA928 is #3156D7. Grayscale: #A5A5A5. Windows color (decimal): -3233496 or 2664910. OLE color: 2664910.

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

Color convert

RGB20616940-
CMYK00.180.810.19
HSL46.63º67.48%48.24%-
HSV(B)46.63º80.58%80.78%-
XYZ40.0241.657.94-
YUV165.3657.26156.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.64%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 40 (16.02% from 255) = 9.64%
R=49.64%
G=40.72%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061694000.180.810.1946.6367.4848.24
HexCEA92801251132f4330
Octal31625150022121235710360
Binary11001110101010011010000100101010001100111011111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA928; }

 p { color: rgb(206,169,40); }

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

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

 a { background-color: rgb(206,169,40); }

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

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

 span { border-color: rgb(206,169,40); }

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