Html Css Color HEX #CEA81B Galliano

📋 copy color: '#CEA81B'

red 206 ◦ green 168 ◦ blue 27

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

Shades of Galliano #CEA81B

Tints of Galliano #CEA81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

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

R = 51.37%
G = 41.9%
B = 6.73%

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

#CEA81B (or 0xCEA81B) is known color: Galliano. HEX triplet: CE, A8 and 1B. RGB value is (206,168,27). Sum of RGB (Red+Green+Blue) = 206+168+27=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA81B is #3157E4. Grayscale: #A3A3A3. Windows color (decimal): -3233765 or 1812686. OLE color: 1812686.

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

Color convert

RGB 206 168 27 -
CMYK 0 0.18 0.87 0.19
HSL 47.26º 0.77% 0.46% -
HSV(B) 47.26º 0.87% 0.81% -
XYZ 39.65 41.21 6.9 -
YUV 163.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 206 168 27 0 0.18 0.87 0.19 47.26 0.77 0.46
Hex CE A8 1B 0 12 57 13 2F 4D 2E
Octal 316 250 33 0 22 127 23 57 115 56
Binary 11001110 10101000 11011 0 10010 1010111 10011 101111 1001101 101110

Color Harmonies of #CEA81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA81B

Black with #CEA81B

Text Example


Text Example

White with #CEA81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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