Html Css Color HEX #D8A016 Galliano

📋 copy color: '#D8A016'

red 216 ◦ green 160 ◦ blue 22

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

Shades of Galliano #D8A016

Tints of Galliano #D8A016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.2%

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

R = 54.27%
G = 40.2%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8A016 (or 0xD8A016) is known color: Galliano. HEX triplet: D8, A0 and 16. RGB value is (216,160,22). Sum of RGB (Red+Green+Blue) = 216+160+22=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A016 is #275FE9. Grayscale: #A1A1A1. Windows color (decimal): -2580458 or 1482968. OLE color: 1482968.

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

Color convert

RGB 216 160 22 -
CMYK 0 0.26 0.90 0.15
HSL 42.68º 0.82% 0.47% -
HSV(B) 42.68º 0.9% 0.85% -
XYZ 41.03 39.8 6.28 -
YUV 161.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 216 160 22 0 0.26 0.90 0.15 42.68 0.82 0.47
Hex D8 A0 16 0 1A 5A F 2B 52 2F
Octal 330 240 26 0 32 132 17 53 122 57
Binary 11011000 10100000 10110 0 11010 1011010 1111 101011 1010010 101111

Color Harmonies of #D8A016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A016

Black with #D8A016

Text Example


Text Example

White with #D8A016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A016; }

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

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

background-color css

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

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

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

border-color css

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

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

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