Html Css Color HEX #CEAB19 Galliano

📋 copy color: '#CEAB19'

red 206 ◦ green 171 ◦ blue 25

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

Shades of Galliano #CEAB19

Tints of Galliano #CEAB19

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

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

R = 51.24%
G = 42.54%
B = 6.22%

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

#CEAB19 (or 0xCEAB19) is known color: Galliano. HEX triplet: CE, AB and 19. RGB value is (206,171,25). Sum of RGB (Red+Green+Blue) = 206+171+25=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAB19 is #3154E6. Grayscale: #A5A5A5. Windows color (decimal): -3232999 or 1682382. OLE color: 1682382.

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

Color convert

RGB 206 171 25 -
CMYK 0 0.17 0.88 0.19
HSL 48.4º 0.78% 0.45% -
HSV(B) 48.4º 0.88% 0.81% -
XYZ 40.19 42.32 6.97 -
YUV 164.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 206 171 25 0 0.17 0.88 0.19 48.4 0.78 0.45
Hex CE AB 19 0 11 58 13 30 4E 2D
Octal 316 253 31 0 21 130 23 60 116 55
Binary 11001110 10101011 11001 0 10001 1011000 10011 110000 1001110 101101

Color Harmonies of #CEAB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB19

Black with #CEAB19

Text Example


Text Example

White with #CEAB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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