Html Css Color HEX #D8A316 Galliano

📋 copy color: '#D8A316'

red 216 ◦ green 163 ◦ blue 22

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

Shades of Galliano #D8A316

Tints of Galliano #D8A316

RGB

 RED value IS 216 (84.77% from 255) = 53.87%

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

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

R = 53.87%
G = 40.65%
B = 5.49%

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

#D8A316 (or 0xD8A316) is known color: Galliano. HEX triplet: D8, A3 and 16. RGB value is (216,163,22). Sum of RGB (Red+Green+Blue) = 216+163+22=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A316 is #275CE9. Grayscale: #A3A3A3. Windows color (decimal): -2579690 or 1483736. OLE color: 1483736.

HSL color Cylindrical-coordinate representation of color #D8A316: hue angle of 43.61º 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 #D8A316 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 163 22 -
CMYK 0 0.25 0.90 0.15
HSL 43.61º 0.82% 0.47% -
HSV(B) 43.61º 0.9% 0.85% -
XYZ 41.56 40.85 6.45 -
YUV 162.77 48.56 165.96 -
System Red Green Blue C M Y K H S L
Decimal 216 163 22 0 0.25 0.90 0.15 43.61 0.82 0.47
Hex D8 A3 16 0 19 5A F 2C 52 2F
Octal 330 243 26 0 31 132 17 54 122 57
Binary 11011000 10100011 10110 0 11001 1011010 1111 101100 1010010 101111

Color Harmonies of #D8A316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A316

Black with #D8A316

Text Example


Text Example

White with #D8A316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A316; }

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

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

background-color css

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

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

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

border-color css

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

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

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