Html Css Color HEX #CEA414 Galliano

📋 copy color: '#CEA414'

red 206 ◦ green 164 ◦ blue 20

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

Shades of Galliano #CEA414

Tints of Galliano #CEA414

RGB

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

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

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

R = 52.82%
G = 42.05%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEA414 (or 0xCEA414) is known color: Galliano. HEX triplet: CE, A4 and 14. RGB value is (206,164,20). Sum of RGB (Red+Green+Blue) = 206+164+20=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA414 is #315BEB. Grayscale: #A0A0A0. Windows color (decimal): -3234796 or 1352910. OLE color: 1352910.

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

Color convert

RGB 206 164 20 -
CMYK 0 0.20 0.90 0.19
HSL 46.45º 0.82% 0.44% -
HSV(B) 46.45º 0.9% 0.81% -
XYZ 38.86 39.72 6.28 -
YUV 160.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 206 164 20 0 0.20 0.90 0.19 46.45 0.82 0.44
Hex CE A4 14 0 14 5A 13 2E 52 2C
Octal 316 244 24 0 24 132 23 56 122 54
Binary 11001110 10100100 10100 0 10100 1011010 10011 101110 1010010 101100

Color Harmonies of #CEA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA414

Black with #CEA414

Text Example


Text Example

White with #CEA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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