Html Css Color HEX #D9A614 Galliano

📋 copy color: '#D9A614'

red 217 ◦ green 166 ◦ blue 20

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

Shades of Galliano #D9A614

Tints of Galliano #D9A614

RGB

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

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

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

R = 53.85%
G = 41.19%
B = 4.96%

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

#D9A614 (or 0xD9A614) is known color: Galliano. HEX triplet: D9, A6 and 14. RGB value is (217,166,20). Sum of RGB (Red+Green+Blue) = 217+166+20=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A614 is #2659EB. Grayscale: #A5A5A5. Windows color (decimal): -2513388 or 1353433. OLE color: 1353433.

HSL color Cylindrical-coordinate representation of color #D9A614: hue angle of 44.47º degrees, saturation: 0.83, 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 #D9A614 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 166 20 -
CMYK 0 0.24 0.91 0.15
HSL 44.47º 0.83% 0.46% -
HSV(B) 44.47º 0.91% 0.85% -
XYZ 42.38 42.07 6.55 -
YUV 164.61 46.4 165.37 -
System Red Green Blue C M Y K H S L
Decimal 217 166 20 0 0.24 0.91 0.15 44.47 0.83 0.46
Hex D9 A6 14 0 18 5B F 2C 53 2E
Octal 331 246 24 0 30 133 17 54 123 56
Binary 11011001 10100110 10100 0 11000 1011011 1111 101100 1010011 101110

Color Harmonies of #D9A614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A614

Black with #D9A614

Text Example


Text Example

White with #D9A614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A614; }

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

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

background-color css

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

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

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

border-color css

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

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

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