Html Css Color HEX #D9A613 Galliano

📋 copy color: '#D9A613'

red 217 ◦ green 166 ◦ blue 19

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

Shades of Galliano #D9A613

Tints of Galliano #D9A613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 53.98%
G = 41.29%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9A613 (or 0xD9A613) is known color: Galliano. HEX triplet: D9, A6 and 13. RGB value is (217,166,19). Sum of RGB (Red+Green+Blue) = 217+166+19=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A613 is #2659EC. Grayscale: #A5A5A5. Windows color (decimal): -2513389 or 1287897. OLE color: 1287897.

HSL color Cylindrical-coordinate representation of color #D9A613: hue angle of 44.55º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9A613 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 166 19 -
CMYK 0 0.24 0.91 0.15
HSL 44.55º 0.84% 0.46% -
HSV(B) 44.55º 0.91% 0.85% -
XYZ 42.37 42.07 6.5 -
YUV 164.49 45.9 165.45 -
System Red Green Blue C M Y K H S L
Decimal 217 166 19 0 0.24 0.91 0.15 44.55 0.84 0.46
Hex D9 A6 13 0 18 5B F 2D 54 2E
Octal 331 246 23 0 30 133 17 55 124 56
Binary 11011001 10100110 10011 0 11000 1011011 1111 101101 1010100 101110

Color Harmonies of #D9A613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A613

Black with #D9A613

Text Example


Text Example

White with #D9A613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A613; }

 p { color: rgb(217,166,19); }

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

background-color css

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

 a { background-color: rgb(217,166,19); }

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

border-color css

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

 span { border-color: rgb(217,166,19); }

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