Html Css Color HEX #CEA217 Galliano

📋 copy color: '#CEA217'

red 206 ◦ green 162 ◦ blue 23

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

Shades of Galliano #CEA217

Tints of Galliano #CEA217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.43%

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

R = 52.69%
G = 41.43%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEA217 (or 0xCEA217) is known color: Galliano. HEX triplet: CE, A2 and 17. RGB value is (206,162,23). Sum of RGB (Red+Green+Blue) = 206+162+23=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA217 is #315DE8. Grayscale: #9F9F9F. Windows color (decimal): -3235305 or 1549006. OLE color: 1549006.

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

Color convert

RGB 206 162 23 -
CMYK 0 0.21 0.89 0.19
HSL 45.57º 0.8% 0.45% -
HSV(B) 45.57º 0.89% 0.81% -
XYZ 38.53 39.02 6.31 -
YUV 159.31 51.08 161.3 -
System Red Green Blue C M Y K H S L
Decimal 206 162 23 0 0.21 0.89 0.19 45.57 0.8 0.45
Hex CE A2 17 0 15 59 13 2E 50 2D
Octal 316 242 27 0 25 131 23 56 120 55
Binary 11001110 10100010 10111 0 10101 1011001 10011 101110 1010000 101101

Color Harmonies of #CEA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA217

Black with #CEA217

Text Example


Text Example

White with #CEA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA217; }

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

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

background-color css

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

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

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

border-color css

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

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

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