#CE9F2A

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

Shades of Galliano #CE9F2A

Tints of Galliano #CE9F2A

Color information

#CE9F2A (or 0xCE9F2A) is unknown color: approx Galliano. HEX triplet: CE, 9F and 2A. RGB value is (206,159,42). Sum of RGB (Red+Green+Blue) = 206+159+42=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F2A is #3160D5. Grayscale: #A0A0A0. Windows color (decimal): -3236054 or 2793422. OLE color: 2793422.

HSL color Cylindrical-coordinate representation of color #CE9F2A: hue angle of 42.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE9F2A is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB20615942-
CMYK00.230.800.19
HSL42.8º66.13%48.63%-
HSV(B)42.8º79.61%80.78%-
XYZ38.2738.097.52-
YUV159.7261.57161.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.61%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 42 (16.80% from 255) = 10.32%
R=50.61%
G=39.07%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061594200.230.800.1942.866.1348.63
HexCE9F2A01750132b4231
Octal31623752027120235310261
Binary11001110100111111010100101111010000100111010111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F2A; }

 p { color: rgb(206,159,42); }

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

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

 a { background-color: rgb(206,159,42); }

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

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

 span { border-color: rgb(206,159,42); }

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