Html Css Color HEX #CEB01F Galliano

📋 copy color: '#CEB01F'

red 206 ◦ green 176 ◦ blue 31

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

Shades of Galliano #CEB01F

Tints of Galliano #CEB01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.51%

R = 49.88%
G = 42.62%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEB01F (or 0xCEB01F) is known color: Galliano. HEX triplet: CE, B0 and 1F. RGB value is (206,176,31). Sum of RGB (Red+Green+Blue) = 206+176+31=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB01F is #314FE0. Grayscale: #A9A9A9. Windows color (decimal): -3231713 or 2076878. OLE color: 2076878.

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

Color convert

RGB 206 176 31 -
CMYK 0 0.15 0.85 0.19
HSL 49.71º 0.74% 0.46% -
HSV(B) 49.71º 0.85% 0.81% -
XYZ 41.23 44.27 7.67 -
YUV 168.44 50.44 154.79 -
System Red Green Blue C M Y K H S L
Decimal 206 176 31 0 0.15 0.85 0.19 49.71 0.74 0.46
Hex CE B0 1F 0 F 55 13 32 4A 2E
Octal 316 260 37 0 17 125 23 62 112 56
Binary 11001110 10110000 11111 0 1111 1010101 10011 110010 1001010 101110

Color Harmonies of #CEB01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB01F

Black with #CEB01F

Text Example


Text Example

White with #CEB01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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