#CE9F2D

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

Shades of Galliano #CE9F2D

Tints of Galliano #CE9F2D

Color information

#CE9F2D (or 0xCE9F2D) is unknown color: approx Galliano. HEX triplet: CE, 9F and 2D. RGB value is (206,159,45). Sum of RGB (Red+Green+Blue) = 206+159+45=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F2D is #3160D2. Grayscale: #A0A0A0. Windows color (decimal): -3236051 or 2990030. OLE color: 2990030.

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

Color convert

RGB20615945-
CMYK00.230.780.19
HSL42.48º64.14%49.22%-
HSV(B)42.48º78.16%80.78%-
XYZ38.3338.117.82-
YUV160.0663.07160.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.24%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 45 (17.97% from 255) = 10.98%
R=50.24%
G=38.78%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061594500.230.780.1942.4864.1449.22
HexCE9F2D0174E132a4031
Octal31623755027116235210061
Binary11001110100111111011010101111001110100111010101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F2D; }

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

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

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

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

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

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

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

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