Html Css Color HEX #D0AE17 Galliano

📋 copy color: '#D0AE17'

red 208 ◦ green 174 ◦ blue 23

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

Shades of Galliano #D0AE17

Tints of Galliano #D0AE17

RGB

 RED value IS 208 (81.64% from 255) = 51.36%

 GREEN value IS 174 (68.36% from 255) = 42.96%

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

R = 51.36%
G = 42.96%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D0AE17 (or 0xD0AE17) is known color: Galliano. HEX triplet: D0, AE and 17. RGB value is (208,174,23). Sum of RGB (Red+Green+Blue) = 208+174+23=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AE17 is #2F51E8. Grayscale: #A7A7A7. Windows color (decimal): -3101161 or 1552080. OLE color: 1552080.

HSL color Cylindrical-coordinate representation of color #D0AE17: hue angle of 48.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0AE17 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 174 23 -
CMYK 0 0.16 0.89 0.18
HSL 48.97º 0.8% 0.45% -
HSV(B) 48.97º 0.89% 0.82% -
XYZ 41.3 43.74 7.08 -
YUV 166.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 208 174 23 0 0.16 0.89 0.18 48.97 0.8 0.45
Hex D0 AE 17 0 10 59 12 31 50 2D
Octal 320 256 27 0 20 131 22 61 120 55
Binary 11010000 10101110 10111 0 10000 1011001 10010 110001 1010000 101101

Color Harmonies of #D0AE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE17

Black with #D0AE17

Text Example


Text Example

White with #D0AE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE17; }

 p { color: rgb(208,174,23); }

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

background-color css

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

 a { background-color: rgb(208,174,23); }

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

border-color css

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

 span { border-color: rgb(208,174,23); }

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