Html Css Color HEX #CEAF18 Galliano

📋 copy color: '#CEAF18'

red 206 ◦ green 175 ◦ blue 24

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

Shades of Galliano #CEAF18

Tints of Galliano #CEAF18

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.21%

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

R = 50.86%
G = 43.21%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEAF18 (or 0xCEAF18) is known color: Galliano. HEX triplet: CE, AF and 18. RGB value is (206,175,24). Sum of RGB (Red+Green+Blue) = 206+175+24=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF18 is #3150E7. Grayscale: #A7A7A7. Windows color (decimal): -3231976 or 1617870. OLE color: 1617870.

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

Color convert

RGB 206 175 24 -
CMYK 0 0.15 0.88 0.19
HSL 49.78º 0.79% 0.45% -
HSV(B) 49.78º 0.88% 0.81% -
XYZ 40.95 43.85 7.17 -
YUV 167.06 47.27 155.78 -
System Red Green Blue C M Y K H S L
Decimal 206 175 24 0 0.15 0.88 0.19 49.78 0.79 0.45
Hex CE AF 18 0 F 58 13 32 4F 2D
Octal 316 257 30 0 17 130 23 62 117 55
Binary 11001110 10101111 11000 0 1111 1011000 10011 110010 1001111 101101

Color Harmonies of #CEAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF18

Black with #CEAF18

Text Example


Text Example

White with #CEAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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