Html Css Color HEX #CEA621 Galliano

📋 copy color: '#CEA621'

red 206 ◦ green 166 ◦ blue 33

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

Shades of Galliano #CEA621

Tints of Galliano #CEA621

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 50.86%
G = 40.99%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEA621 (or 0xCEA621) is known color: Galliano. HEX triplet: CE, A6 and 21. RGB value is (206,166,33). Sum of RGB (Red+Green+Blue) = 206+166+33=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA621 is #3159DE. Grayscale: #A3A3A3. Windows color (decimal): -3234271 or 2205390. OLE color: 2205390.

HSL color Cylindrical-coordinate representation of color #CEA621: hue angle of 46.13º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEA621 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 33 -
CMYK 0 0.19 0.84 0.19
HSL 46.13º 0.72% 0.47% -
HSV(B) 46.13º 0.84% 0.81% -
XYZ 39.36 40.5 7.18 -
YUV 162.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 206 166 33 0 0.19 0.84 0.19 46.13 0.72 0.47
Hex CE A6 21 0 13 54 13 2E 48 2F
Octal 316 246 41 0 23 124 23 56 110 57
Binary 11001110 10100110 100001 0 10011 1010100 10011 101110 1001000 101111

Color Harmonies of #CEA621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA621

Black with #CEA621

Text Example


Text Example

White with #CEA621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA621; }

 p { color: rgb(206,166,33); }

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

background-color css

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

 a { background-color: rgb(206,166,33); }

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

border-color css

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

 span { border-color: rgb(206,166,33); }

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