Html Css Color HEX #CEAE15 Galliano

📋 copy color: '#CEAE15'

red 206 ◦ green 174 ◦ blue 21

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

Shades of Galliano #CEAE15

Tints of Galliano #CEAE15

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.39%

 BLUE value IS 21 (8.59% from 255) = 5.24%

R = 51.37%
G = 43.39%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEAE15 (or 0xCEAE15) is known color: Galliano. HEX triplet: CE, AE and 15. RGB value is (206,174,21). Sum of RGB (Red+Green+Blue) = 206+174+21=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAE15 is #3151EA. Grayscale: #A6A6A6. Windows color (decimal): -3232235 or 1421006. OLE color: 1421006.

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

Color convert

RGB 206 174 21 -
CMYK 0 0.16 0.90 0.19
HSL 49.62º 0.81% 0.45% -
HSV(B) 49.62º 0.9% 0.81% -
XYZ 40.73 43.45 6.95 -
YUV 166.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 206 174 21 0 0.16 0.90 0.19 49.62 0.81 0.45
Hex CE AE 15 0 10 5A 13 32 51 2D
Octal 316 256 25 0 20 132 23 62 121 55
Binary 11001110 10101110 10101 0 10000 1011010 10011 110010 1010001 101101

Color Harmonies of #CEAE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE15

Black with #CEAE15

Text Example


Text Example

White with #CEAE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE15; }

 p { color: rgb(206,174,21); }

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

background-color css

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

 a { background-color: rgb(206,174,21); }

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

border-color css

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

 span { border-color: rgb(206,174,21); }

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