Html Css Color HEX #CEA316 Galliano

📋 copy color: '#CEA316'

red 206 ◦ green 163 ◦ blue 22

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

Shades of Galliano #CEA316

Tints of Galliano #CEA316

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

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

R = 52.69%
G = 41.69%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEA316 (or 0xCEA316) is known color: Galliano. HEX triplet: CE, A3 and 16. RGB value is (206,163,22). Sum of RGB (Red+Green+Blue) = 206+163+22=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA316 is #315CE9. Grayscale: #A0A0A0. Windows color (decimal): -3235050 or 1483726. OLE color: 1483726.

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

Color convert

RGB 206 163 22 -
CMYK 0 0.21 0.89 0.19
HSL 45.98º 0.81% 0.45% -
HSV(B) 45.98º 0.89% 0.81% -
XYZ 38.7 39.37 6.32 -
YUV 159.78 50.25 160.96 -
System Red Green Blue C M Y K H S L
Decimal 206 163 22 0 0.21 0.89 0.19 45.98 0.81 0.45
Hex CE A3 16 0 15 59 13 2E 51 2D
Octal 316 243 26 0 25 131 23 56 121 55
Binary 11001110 10100011 10110 0 10101 1011001 10011 101110 1010001 101101

Color Harmonies of #CEA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA316

Black with #CEA316

Text Example


Text Example

White with #CEA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA316; }

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

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

background-color css

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

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

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

border-color css

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

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

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