Html Css Color HEX #CEAC15 Galliano

📋 copy color: '#CEAC15'

red 206 ◦ green 172 ◦ blue 21

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

Shades of Galliano #CEAC15

Tints of Galliano #CEAC15

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

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

R = 51.63%
G = 43.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEAC15 (or 0xCEAC15) is known color: Galliano. HEX triplet: CE, AC and 15. RGB value is (206,172,21). Sum of RGB (Red+Green+Blue) = 206+172+21=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAC15 is #3153EA. Grayscale: #A5A5A5. Windows color (decimal): -3232747 or 1420494. OLE color: 1420494.

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

Color convert

RGB 206 172 21 -
CMYK 0 0.17 0.90 0.19
HSL 48.97º 0.81% 0.45% -
HSV(B) 48.97º 0.9% 0.81% -
XYZ 40.34 42.68 6.82 -
YUV 164.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 206 172 21 0 0.17 0.90 0.19 48.97 0.81 0.45
Hex CE AC 15 0 11 5A 13 31 51 2D
Octal 316 254 25 0 21 132 23 61 121 55
Binary 11001110 10101100 10101 0 10001 1011010 10011 110001 1010001 101101

Color Harmonies of #CEAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAC15

Black with #CEAC15

Text Example


Text Example

White with #CEAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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