Html Css Color HEX #D7A317 Galliano

📋 copy color: '#D7A317'

red 215 ◦ green 163 ◦ blue 23

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

Shades of Galliano #D7A317

Tints of Galliano #D7A317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.74%

R = 53.62%
G = 40.65%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D7A317 (or 0xD7A317) is known color: Galliano. HEX triplet: D7, A3 and 17. RGB value is (215,163,23). Sum of RGB (Red+Green+Blue) = 215+163+23=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A317 is #285CE8. Grayscale: #A3A3A3. Windows color (decimal): -2645225 or 1549271. OLE color: 1549271.

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

Color convert

RGB 215 163 23 -
CMYK 0 0.24 0.89 0.16
HSL 43.75º 0.81% 0.47% -
HSV(B) 43.75º 0.89% 0.84% -
XYZ 41.28 40.7 6.49 -
YUV 162.59 49.23 165.38 -
System Red Green Blue C M Y K H S L
Decimal 215 163 23 0 0.24 0.89 0.16 43.75 0.81 0.47
Hex D7 A3 17 0 18 59 10 2C 51 2F
Octal 327 243 27 0 30 131 20 54 121 57
Binary 11010111 10100011 10111 0 11000 1011001 10000 101100 1010001 101111

Color Harmonies of #D7A317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A317

Black with #D7A317

Text Example


Text Example

White with #D7A317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A317; }

 p { color: rgb(215,163,23); }

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

background-color css

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

 a { background-color: rgb(215,163,23); }

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

border-color css

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

 span { border-color: rgb(215,163,23); }

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