Html Css Color HEX #CEA314 Galliano

📋 copy color: '#CEA314'

red 206 ◦ green 163 ◦ blue 20

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

Shades of Galliano #CEA314

Tints of Galliano #CEA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

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

R = 52.96%
G = 41.9%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEA314 (or 0xCEA314) is known color: Galliano. HEX triplet: CE, A3 and 14. RGB value is (206,163,20). Sum of RGB (Red+Green+Blue) = 206+163+20=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA314 is #315CEB. Grayscale: #A0A0A0. Windows color (decimal): -3235052 or 1352654. OLE color: 1352654.

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

Color convert

RGB 206 163 20 -
CMYK 0 0.21 0.90 0.19
HSL 46.13º 0.82% 0.44% -
HSV(B) 46.13º 0.9% 0.81% -
XYZ 38.68 39.37 6.22 -
YUV 159.56 49.25 161.13 -
System Red Green Blue C M Y K H S L
Decimal 206 163 20 0 0.21 0.90 0.19 46.13 0.82 0.44
Hex CE A3 14 0 15 5A 13 2E 52 2C
Octal 316 243 24 0 25 132 23 56 122 54
Binary 11001110 10100011 10100 0 10101 1011010 10011 101110 1010010 101100

Color Harmonies of #CEA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA314

Black with #CEA314

Text Example


Text Example

White with #CEA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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