Html Css Color HEX #CEA62C Galliano

📋 copy color: '#CEA62C'

red 206 ◦ green 166 ◦ blue 44

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

Shades of Galliano #CEA62C

Tints of Galliano #CEA62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.58%

R = 49.52%
G = 39.9%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEA62C (or 0xCEA62C) is known color: Galliano. HEX triplet: CE, A6 and 2C. RGB value is (206,166,44). Sum of RGB (Red+Green+Blue) = 206+166+44=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA62C is #3159D3. Grayscale: #A4A4A4. Windows color (decimal): -3234260 or 2926286. OLE color: 2926286.

HSL color Cylindrical-coordinate representation of color #CEA62C: hue angle of 45.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEA62C is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 44 -
CMYK 0 0.19 0.79 0.19
HSL 45.19º 0.65% 0.49% -
HSV(B) 45.19º 0.79% 0.81% -
XYZ 39.54 40.58 8.13 -
YUV 164.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 206 166 44 0 0.19 0.79 0.19 45.19 0.65 0.49
Hex CE A6 2C 0 13 4F 13 2D 41 31
Octal 316 246 54 0 23 117 23 55 101 61
Binary 11001110 10100110 101100 0 10011 1001111 10011 101101 1000001 110001

Color Harmonies of #CEA62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA62C

Black with #CEA62C

Text Example


Text Example

White with #CEA62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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