Html Css Color HEX #CEB222 Galliano

📋 copy color: '#CEB222'

red 206 ◦ green 178 ◦ blue 34

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

Shades of Galliano #CEB222

Tints of Galliano #CEB222

RGB

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

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

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

R = 49.28%
G = 42.58%
B = 8.13%

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

#CEB222 (or 0xCEB222) is known color: Galliano. HEX triplet: CE, B2 and 22. RGB value is (206,178,34). Sum of RGB (Red+Green+Blue) = 206+178+34=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB222 is #314DDD. Grayscale: #AAAAAA. Windows color (decimal): -3231198 or 2273998. OLE color: 2273998.

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

Color convert

RGB 206 178 34 -
CMYK 0 0.14 0.83 0.19
HSL 50.23º 0.72% 0.47% -
HSV(B) 50.23º 0.83% 0.81% -
XYZ 41.66 45.08 8.02 -
YUV 169.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 206 178 34 0 0.14 0.83 0.19 50.23 0.72 0.47
Hex CE B2 22 0 E 53 13 32 48 2F
Octal 316 262 42 0 16 123 23 62 110 57
Binary 11001110 10110010 100010 0 1110 1010011 10011 110010 1001000 101111

Color Harmonies of #CEB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB222

Black with #CEB222

Text Example


Text Example

White with #CEB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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