Html Css Color HEX #D7A816 Galliano

📋 copy color: '#D7A816'

red 215 ◦ green 168 ◦ blue 22

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

Shades of Galliano #D7A816

Tints of Galliano #D7A816

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

 BLUE value IS 22 (8.98% from 255) = 5.43%

R = 53.09%
G = 41.48%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D7A816 (or 0xD7A816) is known color: Galliano. HEX triplet: D7, A8 and 16. RGB value is (215,168,22). Sum of RGB (Red+Green+Blue) = 215+168+22=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A816 is #2857E9. Grayscale: #A6A6A6. Windows color (decimal): -2643946 or 1485015. OLE color: 1485015.

HSL color Cylindrical-coordinate representation of color #D7A816: hue angle of 45.39º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7A816 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 168 22 -
CMYK 0 0.22 0.90 0.16
HSL 45.39º 0.81% 0.46% -
HSV(B) 45.39º 0.9% 0.84% -
XYZ 42.17 42.51 6.74 -
YUV 165.41 47.07 163.37 -
System Red Green Blue C M Y K H S L
Decimal 215 168 22 0 0.22 0.90 0.16 45.39 0.81 0.46
Hex D7 A8 16 0 16 5A 10 2D 51 2E
Octal 327 250 26 0 26 132 20 55 121 56
Binary 11010111 10101000 10110 0 10110 1011010 10000 101101 1010001 101110

Color Harmonies of #D7A816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A816

Black with #D7A816

Text Example


Text Example

White with #D7A816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A816; }

 p { color: rgb(215,168,22); }

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

background-color css

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

 a { background-color: rgb(215,168,22); }

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

border-color css

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

 span { border-color: rgb(215,168,22); }

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