#CE9B21

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

Shades of Galliano #CE9B21

Tints of Galliano #CE9B21

Color information

#CE9B21 (or 0xCE9B21) is unknown color: approx Galliano. HEX triplet: CE, 9B and 21. RGB value is (206,155,33). Sum of RGB (Red+Green+Blue) = 206+155+33=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B21 is #3164DE. Grayscale: #9C9C9C. Windows color (decimal): -3237087 or 2202574. OLE color: 2202574.

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

Color convert

RGB20615533-
CMYK00.250.840.19
HSL42.31º72.38%46.86%-
HSV(B)42.31º83.98%80.78%-
XYZ37.4536.676.54-
YUV156.3458.4163.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 33 (13.28% from 255) = 8.38%
R=52.28%
G=39.34%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061553300.250.840.1942.3172.3846.86
HexCE9B2101954132a482f
Octal31623341031124235211057
Binary11001110100110111000010110011010100100111010101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B21; }

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

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

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

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

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

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

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

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