Html Css Color HEX #D8B019 Galliano

📋 copy color: '#D8B019'

red 216 ◦ green 176 ◦ blue 25

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

Shades of Galliano #D8B019

Tints of Galliano #D8B019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

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

R = 51.8%
G = 42.21%
B = 6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8B019 (or 0xD8B019) is known color: Galliano. HEX triplet: D8, B0 and 19. RGB value is (216,176,25). Sum of RGB (Red+Green+Blue) = 216+176+25=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8B019 is #274FE6. Grayscale: #ABABAB. Windows color (decimal): -2576359 or 1683672. OLE color: 1683672.

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

Color convert

RGB 216 176 25 -
CMYK 0 0.19 0.88 0.15
HSL 47.43º 0.79% 0.47% -
HSV(B) 47.43º 0.88% 0.85% -
XYZ 44.02 45.72 7.42 -
YUV 170.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 216 176 25 0 0.19 0.88 0.15 47.43 0.79 0.47
Hex D8 B0 19 0 13 58 F 2F 4F 2F
Octal 330 260 31 0 23 130 17 57 117 57
Binary 11011000 10110000 11001 0 10011 1011000 1111 101111 1001111 101111

Color Harmonies of #D8B019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B019

Black with #D8B019

Text Example


Text Example

White with #D8B019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B019; }

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

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

background-color css

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

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

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

border-color css

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

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

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