Html Css Color HEX #D8A319 Galliano

📋 copy color: '#D8A319'

red 216 ◦ green 163 ◦ blue 25

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

Shades of Galliano #D8A319

Tints of Galliano #D8A319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.19%

R = 53.47%
G = 40.35%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8A319 (or 0xD8A319) is known color: Galliano. HEX triplet: D8, A3 and 19. RGB value is (216,163,25). Sum of RGB (Red+Green+Blue) = 216+163+25=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A319 is #275CE6. Grayscale: #A3A3A3. Windows color (decimal): -2579687 or 1680344. OLE color: 1680344.

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

Color convert

RGB 216 163 25 -
CMYK 0 0.25 0.88 0.15
HSL 43.35º 0.79% 0.47% -
HSV(B) 43.35º 0.88% 0.85% -
XYZ 41.59 40.86 6.62 -
YUV 163.12 50.06 165.72 -
System Red Green Blue C M Y K H S L
Decimal 216 163 25 0 0.25 0.88 0.15 43.35 0.79 0.47
Hex D8 A3 19 0 19 58 F 2B 4F 2F
Octal 330 243 31 0 31 130 17 53 117 57
Binary 11011000 10100011 11001 0 11001 1011000 1111 101011 1001111 101111

Color Harmonies of #D8A319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A319

Black with #D8A319

Text Example


Text Example

White with #D8A319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A319; }

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

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

background-color css

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

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

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

border-color css

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

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

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