Html Css Color HEX #CEA718 Galliano

📋 copy color: '#CEA718'

red 206 ◦ green 167 ◦ blue 24

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

Shades of Galliano #CEA718

Tints of Galliano #CEA718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 51.89%
G = 42.07%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEA718 (or 0xCEA718) is known color: Galliano. HEX triplet: CE, A7 and 18. RGB value is (206,167,24). Sum of RGB (Red+Green+Blue) = 206+167+24=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA718 is #3158E7. Grayscale: #A2A2A2. Windows color (decimal): -3234024 or 1615822. OLE color: 1615822.

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

Color convert

RGB 206 167 24 -
CMYK 0 0.19 0.88 0.19
HSL 47.14º 0.79% 0.45% -
HSV(B) 47.14º 0.88% 0.81% -
XYZ 39.44 40.83 6.67 -
YUV 162.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 206 167 24 0 0.19 0.88 0.19 47.14 0.79 0.45
Hex CE A7 18 0 13 58 13 2F 4F 2D
Octal 316 247 30 0 23 130 23 57 117 55
Binary 11001110 10100111 11000 0 10011 1011000 10011 101111 1001111 101101

Color Harmonies of #CEA718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA718

Black with #CEA718

Text Example


Text Example

White with #CEA718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA718; }

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

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

background-color css

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

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

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

border-color css

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

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

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