Html Css Color HEX #CEA914 Galliano

📋 copy color: '#CEA914'

red 206 ◦ green 169 ◦ blue 20

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

Shades of Galliano #CEA914

Tints of Galliano #CEA914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 52.15%
G = 42.78%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEA914 (or 0xCEA914) is known color: Galliano. HEX triplet: CE, A9 and 14. RGB value is (206,169,20). Sum of RGB (Red+Green+Blue) = 206+169+20=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA914 is #3156EB. Grayscale: #A3A3A3. Windows color (decimal): -3233516 or 1354190. OLE color: 1354190.

HSL color Cylindrical-coordinate representation of color #CEA914: hue angle of 48.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEA914 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 20 -
CMYK 0 0.18 0.90 0.19
HSL 48.06º 0.82% 0.44% -
HSV(B) 48.06º 0.9% 0.81% -
XYZ 39.77 41.55 6.59 -
YUV 163.08 47.26 158.62 -
System Red Green Blue C M Y K H S L
Decimal 206 169 20 0 0.18 0.90 0.19 48.06 0.82 0.44
Hex CE A9 14 0 12 5A 13 30 52 2C
Octal 316 251 24 0 22 132 23 60 122 54
Binary 11001110 10101001 10100 0 10010 1011010 10011 110000 1010010 101100

Color Harmonies of #CEA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA914

Black with #CEA914

Text Example


Text Example

White with #CEA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA914; }

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

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

background-color css

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

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

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

border-color css

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

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

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