Html Css Color HEX #D7A019 Galliano

📋 copy color: '#D7A019'

red 215 ◦ green 160 ◦ blue 25

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

Shades of Galliano #D7A019

Tints of Galliano #D7A019

RGB

 RED value IS 215 (84.38% from 255) = 53.75%

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

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

R = 53.75%
G = 40%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7A019 (or 0xD7A019) is known color: Galliano. HEX triplet: D7, A0 and 19. RGB value is (215,160,25). Sum of RGB (Red+Green+Blue) = 215+160+25=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A019 is #285FE6. Grayscale: #A1A1A1. Windows color (decimal): -2645991 or 1679575. OLE color: 1679575.

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

Color convert

RGB 215 160 25 -
CMYK 0 0.26 0.88 0.16
HSL 42.63º 0.79% 0.47% -
HSV(B) 42.63º 0.88% 0.84% -
XYZ 40.77 39.66 6.43 -
YUV 161.06 51.22 166.48 -
System Red Green Blue C M Y K H S L
Decimal 215 160 25 0 0.26 0.88 0.16 42.63 0.79 0.47
Hex D7 A0 19 0 1A 58 10 2B 4F 2F
Octal 327 240 31 0 32 130 20 53 117 57
Binary 11010111 10100000 11001 0 11010 1011000 10000 101011 1001111 101111

Color Harmonies of #D7A019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A019

Black with #D7A019

Text Example


Text Example

White with #D7A019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A019; }

 p { color: rgb(215,160,25); }

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

background-color css

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

 a { background-color: rgb(215,160,25); }

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

border-color css

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

 span { border-color: rgb(215,160,25); }

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