#CEB023

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

Shades of Galliano #CEB023

Tints of Galliano #CEB023

Color information

#CEB023 (or 0xCEB023) is unknown color: approx Galliano. HEX triplet: CE, B0 and 23. RGB value is (206,176,35). Sum of RGB (Red+Green+Blue) = 206+176+35=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB023 is #314FDC. Grayscale: #A9A9A9. Windows color (decimal): -3231709 or 2339022. OLE color: 2339022.

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

Color convert

RGB20617635-
CMYK00.150.830.19
HSL49.47º70.95%47.25%-
HSV(B)49.47º83.01%80.78%-
XYZ41.2844.297.96-
YUV168.952.44154.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.40%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 35 (14.06% from 255) = 8.39%
R=49.40%
G=42.21%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061763500.150.830.1949.4770.9547.25
HexCEB0230F531331472f
Octal31626043017123236110757
Binary1100111010110000100011011111010011100111100011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB023; }

 p { color: rgb(206,176,35); }

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

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

 a { background-color: rgb(206,176,35); }

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

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

 span { border-color: rgb(206,176,35); }

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