Html Css Color HEX #CEA828 Galliano

📋 copy color: '#CEA828'

red 206 ◦ green 168 ◦ blue 40

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

Shades of Galliano #CEA828

Tints of Galliano #CEA828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 49.76%
G = 40.58%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA828 (or 0xCEA828) is known color: Galliano. HEX triplet: CE, A8 and 28. RGB value is (206,168,40). Sum of RGB (Red+Green+Blue) = 206+168+40=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA828 is #3157D7. Grayscale: #A5A5A5. Windows color (decimal): -3233752 or 2664654. OLE color: 2664654.

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

Color convert

RGB 206 168 40 -
CMYK 0 0.18 0.81 0.19
HSL 46.27º 0.67% 0.48% -
HSV(B) 46.27º 0.81% 0.81% -
XYZ 39.84 41.28 7.88 -
YUV 164.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 206 168 40 0 0.18 0.81 0.19 46.27 0.67 0.48
Hex CE A8 28 0 12 51 13 2E 43 30
Octal 316 250 50 0 22 121 23 56 103 60
Binary 11001110 10101000 101000 0 10010 1010001 10011 101110 1000011 110000

Color Harmonies of #CEA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA828

Black with #CEA828

Text Example


Text Example

White with #CEA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA828; }

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

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

background-color css

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

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

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

border-color css

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

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

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