Html Css Color HEX #CEA910 Galliano

📋 copy color: '#CEA910'

red 206 ◦ green 169 ◦ blue 16

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

Shades of Galliano #CEA910

Tints of Galliano #CEA910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.22%

 BLUE value IS 16 (6.64% from 255) = 4.09%

R = 52.69%
G = 43.22%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEA910 (or 0xCEA910) is known color: Galliano. HEX triplet: CE, A9 and 10. RGB value is (206,169,16). Sum of RGB (Red+Green+Blue) = 206+169+16=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA910 is #3156EF. Grayscale: #A3A3A3. Windows color (decimal): -3233520 or 1092046. OLE color: 1092046.

HSL color Cylindrical-coordinate representation of color #CEA910: hue angle of 48.32º degrees, saturation: 0.86, 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 #CEA910 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 16 -
CMYK 0 0.18 0.92 0.19
HSL 48.32º 0.86% 0.44% -
HSV(B) 48.32º 0.92% 0.81% -
XYZ 39.74 41.54 6.41 -
YUV 162.62 45.26 158.94 -
System Red Green Blue C M Y K H S L
Decimal 206 169 16 0 0.18 0.92 0.19 48.32 0.86 0.44
Hex CE A9 10 0 12 5C 13 30 56 2C
Octal 316 251 20 0 22 134 23 60 126 54
Binary 11001110 10101001 10000 0 10010 1011100 10011 110000 1010110 101100

Color Harmonies of #CEA910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA910

Black with #CEA910

Text Example


Text Example

White with #CEA910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA910; }

 p { color: rgb(206,169,16); }

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

background-color css

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

 a { background-color: rgb(206,169,16); }

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

border-color css

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

 span { border-color: rgb(206,169,16); }

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