Html Css Color HEX #CEAD17 Galliano

📋 copy color: '#CEAD17'

red 206 ◦ green 173 ◦ blue 23

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

Shades of Galliano #CEAD17

Tints of Galliano #CEAD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.72%

R = 51.24%
G = 43.03%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEAD17 (or 0xCEAD17) is known color: Galliano. HEX triplet: CE, AD and 17. RGB value is (206,173,23). Sum of RGB (Red+Green+Blue) = 206+173+23=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD17 is #3152E8. Grayscale: #A6A6A6. Windows color (decimal): -3232489 or 1551822. OLE color: 1551822.

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

Color convert

RGB 206 173 23 -
CMYK 0 0.16 0.89 0.19
HSL 49.18º 0.8% 0.45% -
HSV(B) 49.18º 0.89% 0.81% -
XYZ 40.55 43.07 6.99 -
YUV 165.77 47.43 156.7 -
System Red Green Blue C M Y K H S L
Decimal 206 173 23 0 0.16 0.89 0.19 49.18 0.8 0.45
Hex CE AD 17 0 10 59 13 31 50 2D
Octal 316 255 27 0 20 131 23 61 120 55
Binary 11001110 10101101 10111 0 10000 1011001 10011 110001 1010000 101101

Color Harmonies of #CEAD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD17

Black with #CEAD17

Text Example


Text Example

White with #CEAD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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