Html Css Color HEX #D7AD20 Galliano

📋 copy color: '#D7AD20'

red 215 ◦ green 173 ◦ blue 32

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

Shades of Galliano #D7AD20

Tints of Galliano #D7AD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

 BLUE value IS 32 (12.89% from 255) = 7.62%

R = 51.19%
G = 41.19%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D7AD20 (or 0xD7AD20) is known color: Galliano. HEX triplet: D7, AD and 20. RGB value is (215,173,32). Sum of RGB (Red+Green+Blue) = 215+173+32=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AD20 is #2852DF. Grayscale: #AAAAAA. Windows color (decimal): -2642656 or 2141655. OLE color: 2141655.

HSL color Cylindrical-coordinate representation of color #D7AD20: hue angle of 46.23º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7AD20 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 173 32 -
CMYK 0 0.20 0.85 0.16
HSL 46.23º 0.74% 0.48% -
HSV(B) 46.23º 0.85% 0.84% -
XYZ 43.23 44.44 7.67 -
YUV 169.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 215 173 32 0 0.20 0.85 0.16 46.23 0.74 0.48
Hex D7 AD 20 0 14 55 10 2E 4A 30
Octal 327 255 40 0 24 125 20 56 112 60
Binary 11010111 10101101 100000 0 10100 1010101 10000 101110 1001010 110000

Color Harmonies of #D7AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD20

Black with #D7AD20

Text Example


Text Example

White with #D7AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD20; }

 p { color: rgb(215,173,32); }

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

background-color css

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

 a { background-color: rgb(215,173,32); }

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

border-color css

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

 span { border-color: rgb(215,173,32); }

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