Html Css Color HEX #CEAB20 Galliano

📋 copy color: '#CEAB20'

red 206 ◦ green 171 ◦ blue 32

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

Shades of Galliano #CEAB20

Tints of Galliano #CEAB20

RGB

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

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

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

R = 50.37%
G = 41.81%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEAB20 (or 0xCEAB20) is known color: Galliano. HEX triplet: CE, AB and 20. RGB value is (206,171,32). Sum of RGB (Red+Green+Blue) = 206+171+32=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB20 is #3154DF. Grayscale: #A6A6A6. Windows color (decimal): -3232992 or 2141134. OLE color: 2141134.

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

Color convert

RGB 206 171 32 -
CMYK 0 0.17 0.84 0.19
HSL 47.93º 0.73% 0.47% -
HSV(B) 47.93º 0.84% 0.81% -
XYZ 40.28 42.35 7.42 -
YUV 165.62 52.6 156.8 -
System Red Green Blue C M Y K H S L
Decimal 206 171 32 0 0.17 0.84 0.19 47.93 0.73 0.47
Hex CE AB 20 0 11 54 13 30 49 2F
Octal 316 253 40 0 21 124 23 60 111 57
Binary 11001110 10101011 100000 0 10001 1010100 10011 110000 1001001 101111

Color Harmonies of #CEAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB20

Black with #CEAB20

Text Example


Text Example

White with #CEAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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