Html Css Color HEX #CEA612 Galliano

📋 copy color: '#CEA612'

red 206 ◦ green 166 ◦ blue 18

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

Shades of Galliano #CEA612

Tints of Galliano #CEA612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.62%

R = 52.82%
G = 42.56%
B = 4.62%

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

#CEA612 (or 0xCEA612) is known color: Galliano. HEX triplet: CE, A6 and 12. RGB value is (206,166,18). Sum of RGB (Red+Green+Blue) = 206+166+18=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA612 is #3159ED. Grayscale: #A1A1A1. Windows color (decimal): -3234286 or 1222350. OLE color: 1222350.

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

Color convert

RGB 206 166 18 -
CMYK 0 0.19 0.91 0.19
HSL 47.23º 0.84% 0.44% -
HSV(B) 47.23º 0.91% 0.81% -
XYZ 39.2 40.44 6.31 -
YUV 161.09 47.25 160.03 -
System Red Green Blue C M Y K H S L
Decimal 206 166 18 0 0.19 0.91 0.19 47.23 0.84 0.44
Hex CE A6 12 0 13 5B 13 2F 54 2C
Octal 316 246 22 0 23 133 23 57 124 54
Binary 11001110 10100110 10010 0 10011 1011011 10011 101111 1010100 101100

Color Harmonies of #CEA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA612

Black with #CEA612

Text Example


Text Example

White with #CEA612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA612; }

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

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

background-color css

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

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

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

border-color css

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

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

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