Html Css Color HEX #CEA017 Galliano

📋 copy color: '#CEA017'

red 206 ◦ green 160 ◦ blue 23

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

Shades of Galliano #CEA017

Tints of Galliano #CEA017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.13%

 BLUE value IS 23 (9.38% from 255) = 5.91%

R = 52.96%
G = 41.13%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEA017 (or 0xCEA017) is known color: Galliano. HEX triplet: CE, A0 and 17. RGB value is (206,160,23). Sum of RGB (Red+Green+Blue) = 206+160+23=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA017 is #315FE8. Grayscale: #9E9E9E. Windows color (decimal): -3235817 or 1548494. OLE color: 1548494.

HSL color Cylindrical-coordinate representation of color #CEA017: hue angle of 44.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEA017 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 23 -
CMYK 0 0.22 0.89 0.19
HSL 44.92º 0.8% 0.45% -
HSV(B) 44.92º 0.89% 0.81% -
XYZ 38.18 38.33 6.2 -
YUV 158.14 51.74 162.14 -
System Red Green Blue C M Y K H S L
Decimal 206 160 23 0 0.22 0.89 0.19 44.92 0.8 0.45
Hex CE A0 17 0 16 59 13 2D 50 2D
Octal 316 240 27 0 26 131 23 55 120 55
Binary 11001110 10100000 10111 0 10110 1011001 10011 101101 1010000 101101

Color Harmonies of #CEA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA017

Black with #CEA017

Text Example


Text Example

White with #CEA017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA017; }

 p { color: rgb(206,160,23); }

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

background-color css

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

 a { background-color: rgb(206,160,23); }

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

border-color css

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

 span { border-color: rgb(206,160,23); }

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