Html Css Color HEX #CEA616 Galliano

📋 copy color: '#CEA616'

red 206 ◦ green 166 ◦ blue 22

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

Shades of Galliano #CEA616

Tints of Galliano #CEA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.13%

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

R = 52.28%
G = 42.13%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEA616 (or 0xCEA616) is known color: Galliano. HEX triplet: CE, A6 and 16. RGB value is (206,166,22). Sum of RGB (Red+Green+Blue) = 206+166+22=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA616 is #3159E9. Grayscale: #A2A2A2. Windows color (decimal): -3234282 or 1484494. OLE color: 1484494.

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

Color convert

RGB 206 166 22 -
CMYK 0 0.19 0.89 0.19
HSL 46.96º 0.81% 0.45% -
HSV(B) 46.96º 0.89% 0.81% -
XYZ 39.23 40.45 6.5 -
YUV 161.54 49.25 159.71 -
System Red Green Blue C M Y K H S L
Decimal 206 166 22 0 0.19 0.89 0.19 46.96 0.81 0.45
Hex CE A6 16 0 13 59 13 2F 51 2D
Octal 316 246 26 0 23 131 23 57 121 55
Binary 11001110 10100110 10110 0 10011 1011001 10011 101111 1010001 101101

Color Harmonies of #CEA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA616

Black with #CEA616

Text Example


Text Example

White with #CEA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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