Html Css Color HEX #CEA613 Galliano

📋 copy color: '#CEA613'

red 206 ◦ green 166 ◦ blue 19

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

Shades of Galliano #CEA613

Tints of Galliano #CEA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

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

R = 52.69%
G = 42.46%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEA613 (or 0xCEA613) is known color: Galliano. HEX triplet: CE, A6 and 13. RGB value is (206,166,19). Sum of RGB (Red+Green+Blue) = 206+166+19=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA613 is #3159EC. Grayscale: #A1A1A1. Windows color (decimal): -3234285 or 1287886. OLE color: 1287886.

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

Color convert

RGB 206 166 19 -
CMYK 0 0.19 0.91 0.19
HSL 47.17º 0.83% 0.44% -
HSV(B) 47.17º 0.91% 0.81% -
XYZ 39.21 40.44 6.36 -
YUV 161.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 206 166 19 0 0.19 0.91 0.19 47.17 0.83 0.44
Hex CE A6 13 0 13 5B 13 2F 53 2C
Octal 316 246 23 0 23 133 23 57 123 54
Binary 11001110 10100110 10011 0 10011 1011011 10011 101111 1010011 101100

Color Harmonies of #CEA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA613

Black with #CEA613

Text Example


Text Example

White with #CEA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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