Html Css Color HEX #CEA411 Galliano

📋 copy color: '#CEA411'

red 206 ◦ green 164 ◦ blue 17

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

Shades of Galliano #CEA411

Tints of Galliano #CEA411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 53.23%
G = 42.38%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEA411 (or 0xCEA411) is known color: Galliano. HEX triplet: CE, A4 and 11. RGB value is (206,164,17). Sum of RGB (Red+Green+Blue) = 206+164+17=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA411 is #315BEE. Grayscale: #A0A0A0. Windows color (decimal): -3234799 or 1156302. OLE color: 1156302.

HSL color Cylindrical-coordinate representation of color #CEA411: hue angle of 46.67º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEA411 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 17 -
CMYK 0 0.20 0.92 0.19
HSL 46.67º 0.85% 0.44% -
HSV(B) 46.67º 0.92% 0.81% -
XYZ 38.83 39.71 6.15 -
YUV 159.8 47.41 160.95 -
System Red Green Blue C M Y K H S L
Decimal 206 164 17 0 0.20 0.92 0.19 46.67 0.85 0.44
Hex CE A4 11 0 14 5C 13 2F 55 2C
Octal 316 244 21 0 24 134 23 57 125 54
Binary 11001110 10100100 10001 0 10100 1011100 10011 101111 1010101 101100

Color Harmonies of #CEA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA411

Black with #CEA411

Text Example


Text Example

White with #CEA411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA411; }

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

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

background-color css

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

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

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

border-color css

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

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

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