Html Css Color HEX #CEA514 Galliano

📋 copy color: '#CEA514'

red 206 ◦ green 165 ◦ blue 20

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

Shades of Galliano #CEA514

Tints of Galliano #CEA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

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

R = 52.69%
G = 42.2%
B = 5.12%

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

#CEA514 (or 0xCEA514) is known color: Galliano. HEX triplet: CE, A5 and 14. RGB value is (206,165,20). Sum of RGB (Red+Green+Blue) = 206+165+20=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA514 is #315AEB. Grayscale: #A1A1A1. Windows color (decimal): -3234540 or 1353166. OLE color: 1353166.

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

Color convert

RGB 206 165 20 -
CMYK 0 0.20 0.90 0.19
HSL 46.77º 0.82% 0.44% -
HSV(B) 46.77º 0.9% 0.81% -
XYZ 39.04 40.08 6.34 -
YUV 160.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 206 165 20 0 0.20 0.90 0.19 46.77 0.82 0.44
Hex CE A5 14 0 14 5A 13 2F 52 2C
Octal 316 245 24 0 24 132 23 57 122 54
Binary 11001110 10100101 10100 0 10100 1011010 10011 101111 1010010 101100

Color Harmonies of #CEA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA514

Black with #CEA514

Text Example


Text Example

White with #CEA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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