Html Css Color HEX #CEB123 Galliano

📋 copy color: '#CEB123'

red 206 ◦ green 177 ◦ blue 35

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

Shades of Galliano #CEB123

Tints of Galliano #CEB123

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

 BLUE value IS 35 (14.06% from 255) = 8.37%

R = 49.28%
G = 42.34%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEB123 (or 0xCEB123) is known color: Galliano. HEX triplet: CE, B1 and 23. RGB value is (206,177,35). Sum of RGB (Red+Green+Blue) = 206+177+35=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB123 is #314EDC. Grayscale: #AAAAAA. Windows color (decimal): -3231453 or 2339278. OLE color: 2339278.

HSL color Cylindrical-coordinate representation of color #CEB123: hue angle of 49.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEB123 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 177 35 -
CMYK 0 0.14 0.83 0.19
HSL 49.82º 0.71% 0.47% -
HSV(B) 49.82º 0.83% 0.81% -
XYZ 41.48 44.69 8.03 -
YUV 169.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 206 177 35 0 0.14 0.83 0.19 49.82 0.71 0.47
Hex CE B1 23 0 E 53 13 32 47 2F
Octal 316 261 43 0 16 123 23 62 107 57
Binary 11001110 10110001 100011 0 1110 1010011 10011 110010 1000111 101111

Color Harmonies of #CEB123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB123

Black with #CEB123

Text Example


Text Example

White with #CEB123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB123; }

 p { color: rgb(206,177,35); }

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

background-color css

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

 a { background-color: rgb(206,177,35); }

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

border-color css

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

 span { border-color: rgb(206,177,35); }

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