Html Css Color HEX #CEA819 Galliano

📋 copy color: '#CEA819'

red 206 ◦ green 168 ◦ blue 25

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

Shades of Galliano #CEA819

Tints of Galliano #CEA819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.27%

R = 51.63%
G = 42.11%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEA819 (or 0xCEA819) is known color: Galliano. HEX triplet: CE, A8 and 19. RGB value is (206,168,25). Sum of RGB (Red+Green+Blue) = 206+168+25=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA819 is #3157E6. Grayscale: #A3A3A3. Windows color (decimal): -3233767 or 1681614. OLE color: 1681614.

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

Color convert

RGB 206 168 25 -
CMYK 0 0.18 0.88 0.19
HSL 47.4º 0.78% 0.45% -
HSV(B) 47.4º 0.88% 0.81% -
XYZ 39.63 41.2 6.78 -
YUV 163.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 206 168 25 0 0.18 0.88 0.19 47.4 0.78 0.45
Hex CE A8 19 0 12 58 13 2F 4E 2D
Octal 316 250 31 0 22 130 23 57 116 55
Binary 11001110 10101000 11001 0 10010 1011000 10011 101111 1001110 101101

Color Harmonies of #CEA819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA819

Black with #CEA819

Text Example


Text Example

White with #CEA819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA819; }

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

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

background-color css

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

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

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

border-color css

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

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

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