Html Css Color HEX #CEA619 Galliano

📋 copy color: '#CEA619'

red 206 ◦ green 166 ◦ blue 25

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

Shades of Galliano #CEA619

Tints of Galliano #CEA619

RGB

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

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

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

R = 51.89%
G = 41.81%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEA619 (or 0xCEA619) is known color: Galliano. HEX triplet: CE, A6 and 19. RGB value is (206,166,25). Sum of RGB (Red+Green+Blue) = 206+166+25=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA619 is #3159E6. Grayscale: #A2A2A2. Windows color (decimal): -3234279 or 1681102. OLE color: 1681102.

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

Color convert

RGB 206 166 25 -
CMYK 0 0.19 0.88 0.19
HSL 46.74º 0.78% 0.45% -
HSV(B) 46.74º 0.88% 0.81% -
XYZ 39.27 40.46 6.66 -
YUV 161.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 206 166 25 0 0.19 0.88 0.19 46.74 0.78 0.45
Hex CE A6 19 0 13 58 13 2F 4E 2D
Octal 316 246 31 0 23 130 23 57 116 55
Binary 11001110 10100110 11001 0 10011 1011000 10011 101111 1001110 101101

Color Harmonies of #CEA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA619

Black with #CEA619

Text Example


Text Example

White with #CEA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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