#CEAA21

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

Shades of Galliano #CEAA21

Tints of Galliano #CEAA21

Color information

#CEAA21 (or 0xCEAA21) is unknown color: approx Galliano. HEX triplet: CE, AA and 21. RGB value is (206,170,33). Sum of RGB (Red+Green+Blue) = 206+170+33=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAA21 is #3155DE. Grayscale: #A5A5A5. Windows color (decimal): -3233247 or 2206414. OLE color: 2206414.

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

Color convert

RGB20617033-
CMYK00.170.840.19
HSL47.51º72.38%46.86%-
HSV(B)47.51º83.98%80.78%-
XYZ40.141.987.43-
YUV165.1553.43157.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.37%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 33 (13.28% from 255) = 8.07%
R=50.37%
G=41.56%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061703300.170.840.1947.5172.3846.86
HexCEAA21011541330482f
Octal31625241021124236011057
Binary11001110101010101000010100011010100100111100001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA21; }

 p { color: rgb(206,170,33); }

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

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

 a { background-color: rgb(206,170,33); }

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

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

 span { border-color: rgb(206,170,33); }

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