Html Css Color HEX #D7A914 Galliano

📋 copy color: '#D7A914'

red 215 ◦ green 169 ◦ blue 20

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

Shades of Galliano #D7A914

Tints of Galliano #D7A914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.95%

R = 53.22%
G = 41.83%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7A914 (or 0xD7A914) is known color: Galliano. HEX triplet: D7, A9 and 14. RGB value is (215,169,20). Sum of RGB (Red+Green+Blue) = 215+169+20=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A914 is #2856EB. Grayscale: #A6A6A6. Windows color (decimal): -2643692 or 1354199. OLE color: 1354199.

HSL color Cylindrical-coordinate representation of color #D7A914: hue angle of 45.85º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7A914 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 169 20 -
CMYK 0 0.21 0.91 0.16
HSL 45.85º 0.83% 0.46% -
HSV(B) 45.85º 0.91% 0.84% -
XYZ 42.34 42.87 6.71 -
YUV 165.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 215 169 20 0 0.21 0.91 0.16 45.85 0.83 0.46
Hex D7 A9 14 0 15 5B 10 2E 53 2E
Octal 327 251 24 0 25 133 20 56 123 56
Binary 11010111 10101001 10100 0 10101 1011011 10000 101110 1010011 101110

Color Harmonies of #D7A914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A914

Black with #D7A914

Text Example


Text Example

White with #D7A914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A914; }

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

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

background-color css

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

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

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

border-color css

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

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

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