Html Css Color HEX #CEB01C Galliano

📋 copy color: '#CEB01C'

red 206 ◦ green 176 ◦ blue 28

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

Shades of Galliano #CEB01C

Tints of Galliano #CEB01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.93%

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

R = 50.24%
G = 42.93%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEB01C (or 0xCEB01C) is known color: Galliano. HEX triplet: CE, B0 and 1C. RGB value is (206,176,28). Sum of RGB (Red+Green+Blue) = 206+176+28=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB01C is #314FE3. Grayscale: #A8A8A8. Windows color (decimal): -3231716 or 1880270. OLE color: 1880270.

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

Color convert

RGB 206 176 28 -
CMYK 0 0.15 0.86 0.19
HSL 49.89º 0.76% 0.46% -
HSV(B) 49.89º 0.86% 0.81% -
XYZ 41.19 44.26 7.47 -
YUV 168.1 48.94 155.03 -
System Red Green Blue C M Y K H S L
Decimal 206 176 28 0 0.15 0.86 0.19 49.89 0.76 0.46
Hex CE B0 1C 0 F 56 13 32 4C 2E
Octal 316 260 34 0 17 126 23 62 114 56
Binary 11001110 10110000 11100 0 1111 1010110 10011 110010 1001100 101110

Color Harmonies of #CEB01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB01C

Black with #CEB01C

Text Example


Text Example

White with #CEB01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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