Html Css Color HEX #CEA116 Galliano

📋 copy color: '#CEA116'

red 206 ◦ green 161 ◦ blue 22

#CEA116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CEA116

Tints of Galliano #CEA116

RGB

 RED value IS 206 (80.86% from 255) = 52.96%

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 52.96%
G = 41.39%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEA116 (or 0xCEA116) is known color: Galliano. HEX triplet: CE, A1 and 16. RGB value is (206,161,22). Sum of RGB (Red+Green+Blue) = 206+161+22=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA116 is #315EE9. Grayscale: #9F9F9F. Windows color (decimal): -3235562 or 1483214. OLE color: 1483214.

HSL color Cylindrical-coordinate representation of color #CEA116: hue angle of 45.33º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEA116 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 161 22 -
CMYK 0 0.22 0.89 0.19
HSL 45.33º 0.81% 0.45% -
HSV(B) 45.33º 0.89% 0.81% -
XYZ 38.34 38.67 6.2 -
YUV 158.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 206 161 22 0 0.22 0.89 0.19 45.33 0.81 0.45
Hex CE A1 16 0 16 59 13 2D 51 2D
Octal 316 241 26 0 26 131 23 55 121 55
Binary 11001110 10100001 10110 0 10110 1011001 10011 101101 1010001 101101

Color Harmonies of #CEA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA116

Black with #CEA116

Text Example


Text Example

White with #CEA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA116; }

 p { color: rgb(206,161,22); }

 H1.HeaderClassName
 {
   color: #CEA116;
 }
 .AnyTagClassName
 {
   color: #CEA116;
 }
</style>

background-color css

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

 a { background-color: rgb(206,161,22); }

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

border-color css

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

 span { border-color: rgb(206,161,22); }

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