Html Css Color HEX #D7A919 Galliano

📋 copy color: '#D7A919'

red 215 ◦ green 169 ◦ blue 25

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

Shades of Galliano #D7A919

Tints of Galliano #D7A919

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.32%

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

R = 52.57%
G = 41.32%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7A919 (or 0xD7A919) is known color: Galliano. HEX triplet: D7, A9 and 19. RGB value is (215,169,25). Sum of RGB (Red+Green+Blue) = 215+169+25=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A919 is #2856E6. Grayscale: #A6A6A6. Windows color (decimal): -2643687 or 1681879. OLE color: 1681879.

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

Color convert

RGB 215 169 25 -
CMYK 0 0.21 0.88 0.16
HSL 45.47º 0.79% 0.47% -
HSV(B) 45.47º 0.88% 0.84% -
XYZ 42.39 42.89 6.96 -
YUV 166.34 48.24 162.71 -
System Red Green Blue C M Y K H S L
Decimal 215 169 25 0 0.21 0.88 0.16 45.47 0.79 0.47
Hex D7 A9 19 0 15 58 10 2D 4F 2F
Octal 327 251 31 0 25 130 20 55 117 57
Binary 11010111 10101001 11001 0 10101 1011000 10000 101101 1001111 101111

Color Harmonies of #D7A919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A919

Black with #D7A919

Text Example


Text Example

White with #D7A919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A919; }

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

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

background-color css

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

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

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

border-color css

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

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

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