Html Css Color HEX #D7A417 Galliano

📋 copy color: '#D7A417'

red 215 ◦ green 164 ◦ blue 23

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

Shades of Galliano #D7A417

Tints of Galliano #D7A417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 53.48%
G = 40.8%
B = 5.72%

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

#D7A417 (or 0xD7A417) is known color: Galliano. HEX triplet: D7, A4 and 17. RGB value is (215,164,23). Sum of RGB (Red+Green+Blue) = 215+164+23=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A417 is #285BE8. Grayscale: #A3A3A3. Windows color (decimal): -2644969 or 1549527. OLE color: 1549527.

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

Color convert

RGB 215 164 23 -
CMYK 0 0.24 0.89 0.16
HSL 44.06º 0.81% 0.47% -
HSV(B) 44.06º 0.89% 0.84% -
XYZ 41.45 41.06 6.55 -
YUV 163.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 215 164 23 0 0.24 0.89 0.16 44.06 0.81 0.47
Hex D7 A4 17 0 18 59 10 2C 51 2F
Octal 327 244 27 0 30 131 20 54 121 57
Binary 11010111 10100100 10111 0 11000 1011001 10000 101100 1010001 101111

Color Harmonies of #D7A417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A417

Black with #D7A417

Text Example


Text Example

White with #D7A417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A417; }

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

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

background-color css

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

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

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

border-color css

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

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

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