Html Css Color HEX #D9AD0F Galliano

📋 copy color: '#D9AD0F'

red 217 ◦ green 173 ◦ blue 15

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

Shades of Galliano #D9AD0F

Tints of Galliano #D9AD0F

RGB

 RED value IS 217 (85.16% from 255) = 53.58%

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

 BLUE value IS 15 (6.25% from 255) = 3.7%

R = 53.58%
G = 42.72%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9AD0F (or 0xD9AD0F) is known color: Galliano. HEX triplet: D9, AD and 0F. RGB value is (217,173,15). Sum of RGB (Red+Green+Blue) = 217+173+15=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AD0F is #2652F0. Grayscale: #A8A8A8. Windows color (decimal): -2511601 or 1027545. OLE color: 1027545.

HSL color Cylindrical-coordinate representation of color #D9AD0F: hue angle of 46.93º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9AD0F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 15 -
CMYK 0 0.20 0.93 0.15
HSL 46.93º 0.87% 0.45% -
HSV(B) 46.93º 0.93% 0.85% -
XYZ 43.65 44.67 6.77 -
YUV 168.14 41.58 162.85 -
System Red Green Blue C M Y K H S L
Decimal 217 173 15 0 0.20 0.93 0.15 46.93 0.87 0.45
Hex D9 AD F 0 14 5D F 2F 57 2D
Octal 331 255 17 0 24 135 17 57 127 55
Binary 11011001 10101101 1111 0 10100 1011101 1111 101111 1010111 101101

Color Harmonies of #D9AD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD0F

Black with #D9AD0F

Text Example


Text Example

White with #D9AD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD0F; }

 p { color: rgb(217,173,15); }

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

background-color css

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

 a { background-color: rgb(217,173,15); }

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

border-color css

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

 span { border-color: rgb(217,173,15); }

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