Html Css Color HEX #CEAA19 Galliano

📋 copy color: '#CEAA19'

red 206 ◦ green 170 ◦ blue 25

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

Shades of Galliano #CEAA19

Tints of Galliano #CEAA19

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.39%

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

R = 51.37%
G = 42.39%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEAA19 (or 0xCEAA19) is known color: Galliano. HEX triplet: CE, AA and 19. RGB value is (206,170,25). Sum of RGB (Red+Green+Blue) = 206+170+25=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAA19 is #3155E6. Grayscale: #A4A4A4. Windows color (decimal): -3233255 or 1682126. OLE color: 1682126.

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

Color convert

RGB 206 170 25 -
CMYK 0 0.17 0.88 0.19
HSL 48.07º 0.78% 0.45% -
HSV(B) 48.07º 0.88% 0.81% -
XYZ 40 41.94 6.91 -
YUV 164.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 206 170 25 0 0.17 0.88 0.19 48.07 0.78 0.45
Hex CE AA 19 0 11 58 13 30 4E 2D
Octal 316 252 31 0 21 130 23 60 116 55
Binary 11001110 10101010 11001 0 10001 1011000 10011 110000 1001110 101101

Color Harmonies of #CEAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA19

Black with #CEAA19

Text Example


Text Example

White with #CEAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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