Html Css Color HEX #CEA728 Galliano

📋 copy color: '#CEA728'

red 206 ◦ green 167 ◦ blue 40

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

Shades of Galliano #CEA728

Tints of Galliano #CEA728

RGB

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

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

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

R = 49.88%
G = 40.44%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA728 (or 0xCEA728) is known color: Galliano. HEX triplet: CE, A7 and 28. RGB value is (206,167,40). Sum of RGB (Red+Green+Blue) = 206+167+40=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA728 is #3158D7. Grayscale: #A4A4A4. Windows color (decimal): -3234008 or 2664398. OLE color: 2664398.

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

Color convert

RGB 206 167 40 -
CMYK 0 0.19 0.81 0.19
HSL 45.9º 0.67% 0.48% -
HSV(B) 45.9º 0.81% 0.81% -
XYZ 39.66 40.91 7.81 -
YUV 164.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 206 167 40 0 0.19 0.81 0.19 45.9 0.67 0.48
Hex CE A7 28 0 13 51 13 2E 43 30
Octal 316 247 50 0 23 121 23 56 103 60
Binary 11001110 10100111 101000 0 10011 1010001 10011 101110 1000011 110000

Color Harmonies of #CEA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA728

Black with #CEA728

Text Example


Text Example

White with #CEA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA728; }

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

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

background-color css

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

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

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

border-color css

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

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

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