Html Css Color HEX #CEA91A Galliano

📋 copy color: '#CEA91A'

red 206 ◦ green 169 ◦ blue 26

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

Shades of Galliano #CEA91A

Tints of Galliano #CEA91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.48%

R = 51.37%
G = 42.14%
B = 6.48%

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

#CEA91A (or 0xCEA91A) is known color: Galliano. HEX triplet: CE, A9 and 1A. RGB value is (206,169,26). Sum of RGB (Red+Green+Blue) = 206+169+26=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA91A is #3156E5. Grayscale: #A4A4A4. Windows color (decimal): -3233510 or 1747406. OLE color: 1747406.

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

Color convert

RGB 206 169 26 -
CMYK 0 0.18 0.87 0.19
HSL 47.67º 0.78% 0.45% -
HSV(B) 47.67º 0.87% 0.81% -
XYZ 39.83 41.57 6.9 -
YUV 163.76 50.26 158.13 -
System Red Green Blue C M Y K H S L
Decimal 206 169 26 0 0.18 0.87 0.19 47.67 0.78 0.45
Hex CE A9 1A 0 12 57 13 30 4E 2D
Octal 316 251 32 0 22 127 23 60 116 55
Binary 11001110 10101001 11010 0 10010 1010111 10011 110000 1001110 101101

Color Harmonies of #CEA91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA91A

Black with #CEA91A

Text Example


Text Example

White with #CEA91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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