Html Css Color HEX #CEB221 Galliano

📋 copy color: '#CEB221'

red 206 ◦ green 178 ◦ blue 33

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

Shades of Galliano #CEB221

Tints of Galliano #CEB221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.91%

R = 49.4%
G = 42.69%
B = 7.91%

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

#CEB221 (or 0xCEB221) is known color: Galliano. HEX triplet: CE, B2 and 21. RGB value is (206,178,33). Sum of RGB (Red+Green+Blue) = 206+178+33=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB221 is #314DDE. Grayscale: #AAAAAA. Windows color (decimal): -3231199 or 2208462. OLE color: 2208462.

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

Color convert

RGB 206 178 33 -
CMYK 0 0.14 0.84 0.19
HSL 50.29º 0.72% 0.47% -
HSV(B) 50.29º 0.84% 0.81% -
XYZ 41.65 45.07 7.94 -
YUV 169.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 206 178 33 0 0.14 0.84 0.19 50.29 0.72 0.47
Hex CE B2 21 0 E 54 13 32 48 2F
Octal 316 262 41 0 16 124 23 62 110 57
Binary 11001110 10110010 100001 0 1110 1010100 10011 110010 1001000 101111

Color Harmonies of #CEB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB221

Black with #CEB221

Text Example


Text Example

White with #CEB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB221; }

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

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

background-color css

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

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

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

border-color css

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

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

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