Html Css Color HEX #CEA810 Galliano

📋 copy color: '#CEA810'

red 206 ◦ green 168 ◦ blue 16

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

Shades of Galliano #CEA810

Tints of Galliano #CEA810

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.08%

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

R = 52.82%
G = 43.08%
B = 4.1%

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

#CEA810 (or 0xCEA810) is known color: Galliano. HEX triplet: CE, A8 and 10. RGB value is (206,168,16). Sum of RGB (Red+Green+Blue) = 206+168+16=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA810 is #3157EF. Grayscale: #A2A2A2. Windows color (decimal): -3233776 or 1091790. OLE color: 1091790.

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

Color convert

RGB 206 168 16 -
CMYK 0 0.18 0.92 0.19
HSL 48º 0.86% 0.44% -
HSV(B) 48º 0.92% 0.81% -
XYZ 39.55 41.16 6.35 -
YUV 162.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 206 168 16 0 0.18 0.92 0.19 48 0.86 0.44
Hex CE A8 10 0 12 5C 13 30 56 2C
Octal 316 250 20 0 22 134 23 60 126 54
Binary 11001110 10101000 10000 0 10010 1011100 10011 110000 1010110 101100

Color Harmonies of #CEA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA810

Black with #CEA810

Text Example


Text Example

White with #CEA810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA810; }

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

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

background-color css

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

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

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

border-color css

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

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

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