Html Css Color HEX #CEAB16 Galliano

📋 copy color: '#CEAB16'

red 206 ◦ green 171 ◦ blue 22

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

Shades of Galliano #CEAB16

Tints of Galliano #CEAB16

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.86%

 BLUE value IS 22 (8.98% from 255) = 5.51%

R = 51.63%
G = 42.86%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEAB16 (or 0xCEAB16) is known color: Galliano. HEX triplet: CE, AB and 16. RGB value is (206,171,22). Sum of RGB (Red+Green+Blue) = 206+171+22=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAB16 is #3154E9. Grayscale: #A5A5A5. Windows color (decimal): -3233002 or 1485774. OLE color: 1485774.

HSL color Cylindrical-coordinate representation of color #CEAB16: hue angle of 48.59º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEAB16 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 171 22 -
CMYK 0 0.17 0.89 0.19
HSL 48.59º 0.81% 0.45% -
HSV(B) 48.59º 0.89% 0.81% -
XYZ 40.16 42.31 6.81 -
YUV 164.48 47.6 157.62 -
System Red Green Blue C M Y K H S L
Decimal 206 171 22 0 0.17 0.89 0.19 48.59 0.81 0.45
Hex CE AB 16 0 11 59 13 31 51 2D
Octal 316 253 26 0 21 131 23 61 121 55
Binary 11001110 10101011 10110 0 10001 1011001 10011 110001 1010001 101101

Color Harmonies of #CEAB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB16

Black with #CEAB16

Text Example


Text Example

White with #CEAB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB16; }

 p { color: rgb(206,171,22); }

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

background-color css

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

 a { background-color: rgb(206,171,22); }

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

border-color css

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

 span { border-color: rgb(206,171,22); }

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