Html Css Color HEX #CEA821 Galliano

📋 copy color: '#CEA821'

red 206 ◦ green 168 ◦ blue 33

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

Shades of Galliano #CEA821

Tints of Galliano #CEA821

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

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

R = 50.61%
G = 41.28%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEA821 (or 0xCEA821) is known color: Galliano. HEX triplet: CE, A8 and 21. RGB value is (206,168,33). Sum of RGB (Red+Green+Blue) = 206+168+33=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA821 is #3157DE. Grayscale: #A4A4A4. Windows color (decimal): -3233759 or 2205902. OLE color: 2205902.

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

Color convert

RGB 206 168 33 -
CMYK 0 0.18 0.84 0.19
HSL 46.82º 0.72% 0.47% -
HSV(B) 46.82º 0.84% 0.81% -
XYZ 39.73 41.24 7.3 -
YUV 163.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 206 168 33 0 0.18 0.84 0.19 46.82 0.72 0.47
Hex CE A8 21 0 12 54 13 2F 48 2F
Octal 316 250 41 0 22 124 23 57 110 57
Binary 11001110 10101000 100001 0 10010 1010100 10011 101111 1001000 101111

Color Harmonies of #CEA821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA821

Black with #CEA821

Text Example


Text Example

White with #CEA821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA821; }

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

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

background-color css

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

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

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

border-color css

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

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

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