Html Css Color HEX #CEB027 Galliano

📋 copy color: '#CEB027'

red 206 ◦ green 176 ◦ blue 39

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

Shades of Galliano #CEB027

Tints of Galliano #CEB027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.26%

R = 48.93%
G = 41.81%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEB027 (or 0xCEB027) is known color: Galliano. HEX triplet: CE, B0 and 27. RGB value is (206,176,39). Sum of RGB (Red+Green+Blue) = 206+176+39=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB027 is #314FD8. Grayscale: #A9A9A9. Windows color (decimal): -3231705 or 2601166. OLE color: 2601166.

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

Color convert

RGB 206 176 39 -
CMYK 0 0.15 0.81 0.19
HSL 49.22º 0.68% 0.48% -
HSV(B) 49.22º 0.81% 0.81% -
XYZ 41.35 44.32 8.29 -
YUV 169.35 54.44 154.14 -
System Red Green Blue C M Y K H S L
Decimal 206 176 39 0 0.15 0.81 0.19 49.22 0.68 0.48
Hex CE B0 27 0 F 51 13 31 44 30
Octal 316 260 47 0 17 121 23 61 104 60
Binary 11001110 10110000 100111 0 1111 1010001 10011 110001 1000100 110000

Color Harmonies of #CEB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB027

Black with #CEB027

Text Example


Text Example

White with #CEB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB027; }

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

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

background-color css

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

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

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

border-color css

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

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

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