Html Css Color HEX #CEAC19 Galliano

📋 copy color: '#CEAC19'

red 206 ◦ green 172 ◦ blue 25

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

Shades of Galliano #CEAC19

Tints of Galliano #CEAC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.68%

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

R = 51.12%
G = 42.68%
B = 6.2%

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

#CEAC19 (or 0xCEAC19) is known color: Galliano. HEX triplet: CE, AC and 19. RGB value is (206,172,25). Sum of RGB (Red+Green+Blue) = 206+172+25=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAC19 is #3153E6. Grayscale: #A6A6A6. Windows color (decimal): -3232743 or 1682638. OLE color: 1682638.

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

Color convert

RGB 206 172 25 -
CMYK 0 0.17 0.88 0.19
HSL 48.73º 0.78% 0.45% -
HSV(B) 48.73º 0.88% 0.81% -
XYZ 40.38 42.7 7.03 -
YUV 165.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 206 172 25 0 0.17 0.88 0.19 48.73 0.78 0.45
Hex CE AC 19 0 11 58 13 31 4E 2D
Octal 316 254 31 0 21 130 23 61 116 55
Binary 11001110 10101100 11001 0 10001 1011000 10011 110001 1001110 101101

Color Harmonies of #CEAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC19

Black with #CEAC19

Text Example


Text Example

White with #CEAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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