Html Css Color HEX #CEA513 Galliano

📋 copy color: '#CEA513'

red 206 ◦ green 165 ◦ blue 19

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

Shades of Galliano #CEA513

Tints of Galliano #CEA513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.87%

R = 52.82%
G = 42.31%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEA513 (or 0xCEA513) is known color: Galliano. HEX triplet: CE, A5 and 13. RGB value is (206,165,19). Sum of RGB (Red+Green+Blue) = 206+165+19=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA513 is #315AEC. Grayscale: #A1A1A1. Windows color (decimal): -3234541 or 1287630. OLE color: 1287630.

HSL color Cylindrical-coordinate representation of color #CEA513: hue angle of 46.84º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEA513 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 19 -
CMYK 0 0.20 0.91 0.19
HSL 46.84º 0.83% 0.44% -
HSV(B) 46.84º 0.91% 0.81% -
XYZ 39.03 40.08 6.3 -
YUV 160.62 48.08 160.37 -
System Red Green Blue C M Y K H S L
Decimal 206 165 19 0 0.20 0.91 0.19 46.84 0.83 0.44
Hex CE A5 13 0 14 5B 13 2F 53 2C
Octal 316 245 23 0 24 133 23 57 123 54
Binary 11001110 10100101 10011 0 10100 1011011 10011 101111 1010011 101100

Color Harmonies of #CEA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA513

Black with #CEA513

Text Example


Text Example

White with #CEA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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