Html Css Color HEX #CEA41B Galliano

📋 copy color: '#CEA41B'

red 206 ◦ green 164 ◦ blue 27

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

Shades of Galliano #CEA41B

Tints of Galliano #CEA41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.31%

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

R = 51.89%
G = 41.31%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEA41B (or 0xCEA41B) is known color: Galliano. HEX triplet: CE, A4 and 1B. RGB value is (206,164,27). Sum of RGB (Red+Green+Blue) = 206+164+27=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA41B is #315BE4. Grayscale: #A1A1A1. Windows color (decimal): -3234789 or 1811662. OLE color: 1811662.

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

Color convert

RGB 206 164 27 -
CMYK 0 0.20 0.87 0.19
HSL 45.92º 0.77% 0.46% -
HSV(B) 45.92º 0.87% 0.81% -
XYZ 38.93 39.75 6.66 -
YUV 160.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 206 164 27 0 0.20 0.87 0.19 45.92 0.77 0.46
Hex CE A4 1B 0 14 57 13 2E 4D 2E
Octal 316 244 33 0 24 127 23 56 115 56
Binary 11001110 10100100 11011 0 10100 1010111 10011 101110 1001101 101110

Color Harmonies of #CEA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA41B

Black with #CEA41B

Text Example


Text Example

White with #CEA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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