Html Css Color HEX #CEA321 Galliano

📋 copy color: '#CEA321'

red 206 ◦ green 163 ◦ blue 33

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

Shades of Galliano #CEA321

Tints of Galliano #CEA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

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

R = 51.24%
G = 40.55%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEA321 (or 0xCEA321) is known color: Galliano. HEX triplet: CE, A3 and 21. RGB value is (206,163,33). Sum of RGB (Red+Green+Blue) = 206+163+33=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA321 is #315CDE. Grayscale: #A1A1A1. Windows color (decimal): -3235039 or 2204622. OLE color: 2204622.

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

Color convert

RGB 206 163 33 -
CMYK 0 0.21 0.84 0.19
HSL 45.09º 0.72% 0.47% -
HSV(B) 45.09º 0.84% 0.81% -
XYZ 38.83 39.43 7 -
YUV 161.04 55.75 160.07 -
System Red Green Blue C M Y K H S L
Decimal 206 163 33 0 0.21 0.84 0.19 45.09 0.72 0.47
Hex CE A3 21 0 15 54 13 2D 48 2F
Octal 316 243 41 0 25 124 23 55 110 57
Binary 11001110 10100011 100001 0 10101 1010100 10011 101101 1001000 101111

Color Harmonies of #CEA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA321

Black with #CEA321

Text Example


Text Example

White with #CEA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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