Html Css Color HEX #CEA721 Galliano

📋 copy color: '#CEA721'

red 206 ◦ green 167 ◦ blue 33

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

Shades of Galliano #CEA721

Tints of Galliano #CEA721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 50.74%
G = 41.13%
B = 8.13%

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

#CEA721 (or 0xCEA721) is known color: Galliano. HEX triplet: CE, A7 and 21. RGB value is (206,167,33). Sum of RGB (Red+Green+Blue) = 206+167+33=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA721 is #3158DE. Grayscale: #A3A3A3. Windows color (decimal): -3234015 or 2205646. OLE color: 2205646.

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

Color convert

RGB 206 167 33 -
CMYK 0 0.19 0.84 0.19
HSL 46.47º 0.72% 0.47% -
HSV(B) 46.47º 0.84% 0.81% -
XYZ 39.55 40.87 7.24 -
YUV 163.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 206 167 33 0 0.19 0.84 0.19 46.47 0.72 0.47
Hex CE A7 21 0 13 54 13 2E 48 2F
Octal 316 247 41 0 23 124 23 56 110 57
Binary 11001110 10100111 100001 0 10011 1010100 10011 101110 1001000 101111

Color Harmonies of #CEA721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA721

Black with #CEA721

Text Example


Text Example

White with #CEA721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA721; }

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

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

background-color css

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

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

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

border-color css

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

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

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