Html Css Color HEX #CEA417 Galliano

📋 copy color: '#CEA417'

red 206 ◦ green 164 ◦ blue 23

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

Shades of Galliano #CEA417

Tints of Galliano #CEA417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.73%

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

R = 52.42%
G = 41.73%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEA417 (or 0xCEA417) is known color: Galliano. HEX triplet: CE, A4 and 17. RGB value is (206,164,23). Sum of RGB (Red+Green+Blue) = 206+164+23=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA417 is #315BE8. Grayscale: #A1A1A1. Windows color (decimal): -3234793 or 1549518. OLE color: 1549518.

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

Color convert

RGB 206 164 23 -
CMYK 0 0.20 0.89 0.19
HSL 46.23º 0.8% 0.45% -
HSV(B) 46.23º 0.89% 0.81% -
XYZ 38.88 39.73 6.43 -
YUV 160.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 206 164 23 0 0.20 0.89 0.19 46.23 0.8 0.45
Hex CE A4 17 0 14 59 13 2E 50 2D
Octal 316 244 27 0 24 131 23 56 120 55
Binary 11001110 10100100 10111 0 10100 1011001 10011 101110 1010000 101101

Color Harmonies of #CEA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA417

Black with #CEA417

Text Example


Text Example

White with #CEA417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA417; }

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

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

background-color css

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

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

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

border-color css

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

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

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