Html Css Color HEX #CEB322 Galliano

📋 copy color: '#CEB322'

red 206 ◦ green 179 ◦ blue 34

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

Shades of Galliano #CEB322

Tints of Galliano #CEB322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

 BLUE value IS 34 (13.67% from 255) = 8.11%

R = 49.16%
G = 42.72%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEB322 (or 0xCEB322) is known color: Galliano. HEX triplet: CE, B3 and 22. RGB value is (206,179,34). Sum of RGB (Red+Green+Blue) = 206+179+34=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB322 is #314CDD. Grayscale: #ABABAB. Windows color (decimal): -3230942 or 2274254. OLE color: 2274254.

HSL color Cylindrical-coordinate representation of color #CEB322: hue angle of 50.58º degrees, saturation: 0.72, 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 #CEB322 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 34 -
CMYK 0 0.13 0.83 0.19
HSL 50.58º 0.72% 0.47% -
HSV(B) 50.58º 0.83% 0.81% -
XYZ 41.86 45.48 8.09 -
YUV 170.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 206 179 34 0 0.13 0.83 0.19 50.58 0.72 0.47
Hex CE B3 22 0 D 53 13 33 48 2F
Octal 316 263 42 0 15 123 23 63 110 57
Binary 11001110 10110011 100010 0 1101 1010011 10011 110011 1001000 101111

Color Harmonies of #CEB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB322

Black with #CEB322

Text Example


Text Example

White with #CEB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB322; }

 p { color: rgb(206,179,34); }

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

background-color css

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

 a { background-color: rgb(206,179,34); }

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

border-color css

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

 span { border-color: rgb(206,179,34); }

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