Html Css Color HEX #CEA816 Galliano

📋 copy color: '#CEA816'

red 206 ◦ green 168 ◦ blue 22

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

Shades of Galliano #CEA816

Tints of Galliano #CEA816

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.42%

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

R = 52.02%
G = 42.42%
B = 5.56%

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

#CEA816 (or 0xCEA816) is known color: Galliano. HEX triplet: CE, A8 and 16. RGB value is (206,168,22). Sum of RGB (Red+Green+Blue) = 206+168+22=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA816 is #3157E9. Grayscale: #A3A3A3. Windows color (decimal): -3233770 or 1485006. OLE color: 1485006.

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

Color convert

RGB 206 168 22 -
CMYK 0 0.18 0.89 0.19
HSL 47.61º 0.81% 0.45% -
HSV(B) 47.61º 0.89% 0.81% -
XYZ 39.6 41.19 6.62 -
YUV 162.72 48.59 158.87 -
System Red Green Blue C M Y K H S L
Decimal 206 168 22 0 0.18 0.89 0.19 47.61 0.81 0.45
Hex CE A8 16 0 12 59 13 30 51 2D
Octal 316 250 26 0 22 131 23 60 121 55
Binary 11001110 10101000 10110 0 10010 1011001 10011 110000 1010001 101101

Color Harmonies of #CEA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA816

Black with #CEA816

Text Example


Text Example

White with #CEA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA816; }

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

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

background-color css

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

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

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

border-color css

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

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

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