Html Css Color HEX #D9A318 Galliano

📋 copy color: '#D9A318'

red 217 ◦ green 163 ◦ blue 24

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

Shades of Galliano #D9A318

Tints of Galliano #D9A318

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.35%

 BLUE value IS 24 (9.77% from 255) = 5.94%

R = 53.71%
G = 40.35%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D9A318 (or 0xD9A318) is known color: Galliano. HEX triplet: D9, A3 and 18. RGB value is (217,163,24). Sum of RGB (Red+Green+Blue) = 217+163+24=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A318 is #265CE7. Grayscale: #A3A3A3. Windows color (decimal): -2514152 or 1614809. OLE color: 1614809.

HSL color Cylindrical-coordinate representation of color #D9A318: hue angle of 43.21º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9A318 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 163 24 -
CMYK 0 0.25 0.89 0.15
HSL 43.21º 0.8% 0.47% -
HSV(B) 43.21º 0.89% 0.85% -
XYZ 41.88 41.01 6.57 -
YUV 163.3 49.39 166.3 -
System Red Green Blue C M Y K H S L
Decimal 217 163 24 0 0.25 0.89 0.15 43.21 0.8 0.47
Hex D9 A3 18 0 19 59 F 2B 50 2F
Octal 331 243 30 0 31 131 17 53 120 57
Binary 11011001 10100011 11000 0 11001 1011001 1111 101011 1010000 101111

Color Harmonies of #D9A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A318

Black with #D9A318

Text Example


Text Example

White with #D9A318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A318; }

 p { color: rgb(217,163,24); }

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

background-color css

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

 a { background-color: rgb(217,163,24); }

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

border-color css

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

 span { border-color: rgb(217,163,24); }

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