Html Css Color HEX #CEA31B Galliano

📋 copy color: '#CEA31B'

red 206 ◦ green 163 ◦ blue 27

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

Shades of Galliano #CEA31B

Tints of Galliano #CEA31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.82%

R = 52.02%
G = 41.16%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEA31B (or 0xCEA31B) is known color: Galliano. HEX triplet: CE, A3 and 1B. RGB value is (206,163,27). Sum of RGB (Red+Green+Blue) = 206+163+27=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA31B is #315CE4. Grayscale: #A0A0A0. Windows color (decimal): -3235045 or 1811406. OLE color: 1811406.

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

Color convert

RGB 206 163 27 -
CMYK 0 0.21 0.87 0.19
HSL 45.59º 0.77% 0.46% -
HSV(B) 45.59º 0.87% 0.81% -
XYZ 38.75 39.4 6.6 -
YUV 160.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 206 163 27 0 0.21 0.87 0.19 45.59 0.77 0.46
Hex CE A3 1B 0 15 57 13 2E 4D 2E
Octal 316 243 33 0 25 127 23 56 115 56
Binary 11001110 10100011 11011 0 10101 1010111 10011 101110 1001101 101110

Color Harmonies of #CEA31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA31B

Black with #CEA31B

Text Example


Text Example

White with #CEA31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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