Html Css Color HEX #D9A316 Galliano

📋 copy color: '#D9A316'

red 217 ◦ green 163 ◦ blue 22

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

Shades of Galliano #D9A316

Tints of Galliano #D9A316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.47%

R = 53.98%
G = 40.55%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9A316 (or 0xD9A316) is known color: Galliano. HEX triplet: D9, A3 and 16. RGB value is (217,163,22). Sum of RGB (Red+Green+Blue) = 217+163+22=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A316 is #265CE9. Grayscale: #A3A3A3. Windows color (decimal): -2514154 or 1483737. OLE color: 1483737.

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

Color convert

RGB 217 163 22 -
CMYK 0 0.25 0.90 0.15
HSL 43.38º 0.82% 0.47% -
HSV(B) 43.38º 0.9% 0.85% -
XYZ 41.86 41 6.47 -
YUV 163.07 48.39 166.46 -
System Red Green Blue C M Y K H S L
Decimal 217 163 22 0 0.25 0.90 0.15 43.38 0.82 0.47
Hex D9 A3 16 0 19 5A F 2B 52 2F
Octal 331 243 26 0 31 132 17 53 122 57
Binary 11011001 10100011 10110 0 11001 1011010 1111 101011 1010010 101111

Color Harmonies of #D9A316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A316

Black with #D9A316

Text Example


Text Example

White with #D9A316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A316; }

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

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

background-color css

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

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

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

border-color css

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

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

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