Html Css Color HEX #CEB220 Galliano

📋 copy color: '#CEB220'

red 206 ◦ green 178 ◦ blue 32

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

Shades of Galliano #CEB220

Tints of Galliano #CEB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

 BLUE value IS 32 (12.89% from 255) = 7.69%

R = 49.52%
G = 42.79%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEB220 (or 0xCEB220) is known color: Galliano. HEX triplet: CE, B2 and 20. RGB value is (206,178,32). Sum of RGB (Red+Green+Blue) = 206+178+32=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB220 is #314DDF. Grayscale: #AAAAAA. Windows color (decimal): -3231200 or 2142926. OLE color: 2142926.

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

Color convert

RGB 206 178 32 -
CMYK 0 0.14 0.84 0.19
HSL 50.34º 0.73% 0.47% -
HSV(B) 50.34º 0.84% 0.81% -
XYZ 41.63 45.07 7.87 -
YUV 169.73 50.28 153.87 -
System Red Green Blue C M Y K H S L
Decimal 206 178 32 0 0.14 0.84 0.19 50.34 0.73 0.47
Hex CE B2 20 0 E 54 13 32 49 2F
Octal 316 262 40 0 16 124 23 62 111 57
Binary 11001110 10110010 100000 0 1110 1010100 10011 110010 1001001 101111

Color Harmonies of #CEB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB220

Black with #CEB220

Text Example


Text Example

White with #CEB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB220; }

 p { color: rgb(206,178,32); }

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

background-color css

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

 a { background-color: rgb(206,178,32); }

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

border-color css

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

 span { border-color: rgb(206,178,32); }

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