Html Css Color HEX #CEAB15 Galliano

📋 copy color: '#CEAB15'

red 206 ◦ green 171 ◦ blue 21

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

Shades of Galliano #CEAB15

Tints of Galliano #CEAB15

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

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

R = 51.76%
G = 42.96%
B = 5.28%

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

#CEAB15 (or 0xCEAB15) is known color: Galliano. HEX triplet: CE, AB and 15. RGB value is (206,171,21). Sum of RGB (Red+Green+Blue) = 206+171+21=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAB15 is #3154EA. Grayscale: #A5A5A5. Windows color (decimal): -3233003 or 1420238. OLE color: 1420238.

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

Color convert

RGB 206 171 21 -
CMYK 0 0.17 0.90 0.19
HSL 48.65º 0.81% 0.45% -
HSV(B) 48.65º 0.9% 0.81% -
XYZ 40.15 42.3 6.76 -
YUV 164.37 47.1 157.7 -
System Red Green Blue C M Y K H S L
Decimal 206 171 21 0 0.17 0.90 0.19 48.65 0.81 0.45
Hex CE AB 15 0 11 5A 13 31 51 2D
Octal 316 253 25 0 21 132 23 61 121 55
Binary 11001110 10101011 10101 0 10001 1011010 10011 110001 1010001 101101

Color Harmonies of #CEAB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB15

Black with #CEAB15

Text Example


Text Example

White with #CEAB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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