Html Css Color HEX #CEA928 Galliano

📋 copy color: '#CEA928'

red 206 ◦ green 169 ◦ blue 40

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

Shades of Galliano #CEA928

Tints of Galliano #CEA928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

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

R = 49.64%
G = 40.72%
B = 9.64%

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

#CEA928 (or 0xCEA928) is known color: Galliano. HEX triplet: CE, A9 and 28. RGB value is (206,169,40). Sum of RGB (Red+Green+Blue) = 206+169+40=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA928 is #3156D7. Grayscale: #A5A5A5. Windows color (decimal): -3233496 or 2664910. OLE color: 2664910.

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

Color convert

RGB 206 169 40 -
CMYK 0 0.18 0.81 0.19
HSL 46.63º 0.67% 0.48% -
HSV(B) 46.63º 0.81% 0.81% -
XYZ 40.02 41.65 7.94 -
YUV 165.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 206 169 40 0 0.18 0.81 0.19 46.63 0.67 0.48
Hex CE A9 28 0 12 51 13 2F 43 30
Octal 316 251 50 0 22 121 23 57 103 60
Binary 11001110 10101001 101000 0 10010 1010001 10011 101111 1000011 110000

Color Harmonies of #CEA928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA928

Black with #CEA928

Text Example


Text Example

White with #CEA928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA928; }

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

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

background-color css

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

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

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

border-color css

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

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

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