Html Css Color HEX #CEAB1C Galliano

📋 copy color: '#CEAB1C'

red 206 ◦ green 171 ◦ blue 28

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

Shades of Galliano #CEAB1C

Tints of Galliano #CEAB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.91%

R = 50.86%
G = 42.22%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEAB1C (or 0xCEAB1C) is known color: Galliano. HEX triplet: CE, AB and 1C. RGB value is (206,171,28). Sum of RGB (Red+Green+Blue) = 206+171+28=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB1C is #3154E3. Grayscale: #A5A5A5. Windows color (decimal): -3232996 or 1878990. OLE color: 1878990.

HSL color Cylindrical-coordinate representation of color #CEAB1C: hue angle of 48.2º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEAB1C is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 171 28 -
CMYK 0 0.17 0.86 0.19
HSL 48.2º 0.76% 0.46% -
HSV(B) 48.2º 0.86% 0.81% -
XYZ 40.23 42.33 7.15 -
YUV 165.16 50.6 157.13 -
System Red Green Blue C M Y K H S L
Decimal 206 171 28 0 0.17 0.86 0.19 48.2 0.76 0.46
Hex CE AB 1C 0 11 56 13 30 4C 2E
Octal 316 253 34 0 21 126 23 60 114 56
Binary 11001110 10101011 11100 0 10001 1010110 10011 110000 1001100 101110

Color Harmonies of #CEAB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB1C

Black with #CEAB1C

Text Example


Text Example

White with #CEAB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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