Html Css Color HEX #CEA916 Galliano

📋 copy color: '#CEA916'

red 206 ◦ green 169 ◦ blue 22

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

Shades of Galliano #CEA916

Tints of Galliano #CEA916

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

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

R = 51.89%
G = 42.57%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEA916 (or 0xCEA916) is known color: Galliano. HEX triplet: CE, A9 and 16. RGB value is (206,169,22). Sum of RGB (Red+Green+Blue) = 206+169+22=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA916 is #3156E9. Grayscale: #A3A3A3. Windows color (decimal): -3233514 or 1485262. OLE color: 1485262.

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

Color convert

RGB 206 169 22 -
CMYK 0 0.18 0.89 0.19
HSL 47.93º 0.81% 0.45% -
HSV(B) 47.93º 0.89% 0.81% -
XYZ 39.79 41.56 6.68 -
YUV 163.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 206 169 22 0 0.18 0.89 0.19 47.93 0.81 0.45
Hex CE A9 16 0 12 59 13 30 51 2D
Octal 316 251 26 0 22 131 23 60 121 55
Binary 11001110 10101001 10110 0 10010 1011001 10011 110000 1010001 101101

Color Harmonies of #CEA916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA916

Black with #CEA916

Text Example


Text Example

White with #CEA916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA916; }

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

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

background-color css

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

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

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

border-color css

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

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

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