Html Css Color HEX #CEA91B Galliano

📋 copy color: '#CEA91B'

red 206 ◦ green 169 ◦ blue 27

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

Shades of Galliano #CEA91B

Tints of Galliano #CEA91B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.04%

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

R = 51.24%
G = 42.04%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEA91B (or 0xCEA91B) is known color: Galliano. HEX triplet: CE, A9 and 1B. RGB value is (206,169,27). Sum of RGB (Red+Green+Blue) = 206+169+27=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA91B is #3156E4. Grayscale: #A4A4A4. Windows color (decimal): -3233509 or 1812942. OLE color: 1812942.

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

Color convert

RGB 206 169 27 -
CMYK 0 0.18 0.87 0.19
HSL 47.6º 0.77% 0.46% -
HSV(B) 47.6º 0.87% 0.81% -
XYZ 39.84 41.58 6.96 -
YUV 163.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 206 169 27 0 0.18 0.87 0.19 47.6 0.77 0.46
Hex CE A9 1B 0 12 57 13 30 4D 2E
Octal 316 251 33 0 22 127 23 60 115 56
Binary 11001110 10101001 11011 0 10010 1010111 10011 110000 1001101 101110

Color Harmonies of #CEA91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA91B

Black with #CEA91B

Text Example


Text Example

White with #CEA91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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