Html Css Color HEX #CEAD20 Galliano

📋 copy color: '#CEAD20'

red 206 ◦ green 173 ◦ blue 32

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

Shades of Galliano #CEAD20

Tints of Galliano #CEAD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

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

R = 50.12%
G = 42.09%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEAD20 (or 0xCEAD20) is known color: Galliano. HEX triplet: CE, AD and 20. RGB value is (206,173,32). Sum of RGB (Red+Green+Blue) = 206+173+32=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD20 is #3152DF. Grayscale: #A7A7A7. Windows color (decimal): -3232480 or 2141646. OLE color: 2141646.

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

Color convert

RGB 206 173 32 -
CMYK 0 0.16 0.84 0.19
HSL 48.62º 0.73% 0.47% -
HSV(B) 48.62º 0.84% 0.81% -
XYZ 40.66 43.11 7.55 -
YUV 166.79 51.93 155.96 -
System Red Green Blue C M Y K H S L
Decimal 206 173 32 0 0.16 0.84 0.19 48.62 0.73 0.47
Hex CE AD 20 0 10 54 13 31 49 2F
Octal 316 255 40 0 20 124 23 61 111 57
Binary 11001110 10101101 100000 0 10000 1010100 10011 110001 1001001 101111

Color Harmonies of #CEAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD20

Black with #CEAD20

Text Example


Text Example

White with #CEAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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