Html Css Color HEX #CEA319 Galliano

📋 copy color: '#CEA319'

red 206 ◦ green 163 ◦ blue 25

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

Shades of Galliano #CEA319

Tints of Galliano #CEA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

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

R = 52.28%
G = 41.37%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEA319 (or 0xCEA319) is known color: Galliano. HEX triplet: CE, A3 and 19. RGB value is (206,163,25). Sum of RGB (Red+Green+Blue) = 206+163+25=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA319 is #315CE6. Grayscale: #A0A0A0. Windows color (decimal): -3235047 or 1680334. OLE color: 1680334.

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

Color convert

RGB 206 163 25 -
CMYK 0 0.21 0.88 0.19
HSL 45.75º 0.78% 0.45% -
HSV(B) 45.75º 0.88% 0.81% -
XYZ 38.73 39.39 6.48 -
YUV 160.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 206 163 25 0 0.21 0.88 0.19 45.75 0.78 0.45
Hex CE A3 19 0 15 58 13 2E 4E 2D
Octal 316 243 31 0 25 130 23 56 116 55
Binary 11001110 10100011 11001 0 10101 1011000 10011 101110 1001110 101101

Color Harmonies of #CEA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA319

Black with #CEA319

Text Example


Text Example

White with #CEA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA319; }

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

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

background-color css

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

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

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

border-color css

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

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

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