Html Css Color HEX #CEAD14 Galliano

📋 copy color: '#CEAD14'

red 206 ◦ green 173 ◦ blue 20

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

Shades of Galliano #CEAD14

Tints of Galliano #CEAD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 51.63%
G = 43.36%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEAD14 (or 0xCEAD14) is known color: Galliano. HEX triplet: CE, AD and 14. RGB value is (206,173,20). Sum of RGB (Red+Green+Blue) = 206+173+20=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD14 is #3152EB. Grayscale: #A6A6A6. Windows color (decimal): -3232492 or 1355214. OLE color: 1355214.

HSL color Cylindrical-coordinate representation of color #CEAD14: hue angle of 49.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEAD14 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 20 -
CMYK 0 0.16 0.90 0.19
HSL 49.35º 0.82% 0.44% -
HSV(B) 49.35º 0.9% 0.81% -
XYZ 40.52 43.06 6.84 -
YUV 165.43 45.93 156.94 -
System Red Green Blue C M Y K H S L
Decimal 206 173 20 0 0.16 0.90 0.19 49.35 0.82 0.44
Hex CE AD 14 0 10 5A 13 31 52 2C
Octal 316 255 24 0 20 132 23 61 122 54
Binary 11001110 10101101 10100 0 10000 1011010 10011 110001 1010010 101100

Color Harmonies of #CEAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD14

Black with #CEAD14

Text Example


Text Example

White with #CEAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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