Html Css Color HEX #CEA31C Galliano

📋 copy color: '#CEA31C'

red 206 ◦ green 163 ◦ blue 28

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

Shades of Galliano #CEA31C

Tints of Galliano #CEA31C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.06%

 BLUE value IS 28 (11.33% from 255) = 7.05%

R = 51.89%
G = 41.06%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEA31C (or 0xCEA31C) is known color: Galliano. HEX triplet: CE, A3 and 1C. RGB value is (206,163,28). Sum of RGB (Red+Green+Blue) = 206+163+28=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA31C is #315CE3. Grayscale: #A1A1A1. Windows color (decimal): -3235044 or 1876942. OLE color: 1876942.

HSL color Cylindrical-coordinate representation of color #CEA31C: hue angle of 45.51º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEA31C is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 28 -
CMYK 0 0.21 0.86 0.19
HSL 45.51º 0.76% 0.46% -
HSV(B) 45.51º 0.86% 0.81% -
XYZ 38.76 39.4 6.66 -
YUV 160.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 206 163 28 0 0.21 0.86 0.19 45.51 0.76 0.46
Hex CE A3 1C 0 15 56 13 2E 4C 2E
Octal 316 243 34 0 25 126 23 56 114 56
Binary 11001110 10100011 11100 0 10101 1010110 10011 101110 1001100 101110

Color Harmonies of #CEA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA31C

Black with #CEA31C

Text Example


Text Example

White with #CEA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA31C; }

 p { color: rgb(206,163,28); }

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

background-color css

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

 a { background-color: rgb(206,163,28); }

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

border-color css

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

 span { border-color: rgb(206,163,28); }

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