Html Css Color HEX #D8AD20 Galliano

📋 copy color: '#D8AD20'

red 216 ◦ green 173 ◦ blue 32

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

Shades of Galliano #D8AD20

Tints of Galliano #D8AD20

RGB

 RED value IS 216 (84.77% from 255) = 51.31%

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

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

R = 51.31%
G = 41.09%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D8AD20 (or 0xD8AD20) is known color: Galliano. HEX triplet: D8, AD and 20. RGB value is (216,173,32). Sum of RGB (Red+Green+Blue) = 216+173+32=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD20 is #2752DF. Grayscale: #AAAAAA. Windows color (decimal): -2577120 or 2141656. OLE color: 2141656.

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

Color convert

RGB 216 173 32 -
CMYK 0 0.20 0.85 0.15
HSL 45.98º 0.74% 0.49% -
HSV(B) 45.98º 0.85% 0.85% -
XYZ 43.52 44.59 7.68 -
YUV 169.78 50.25 160.96 -
System Red Green Blue C M Y K H S L
Decimal 216 173 32 0 0.20 0.85 0.15 45.98 0.74 0.49
Hex D8 AD 20 0 14 55 F 2E 4A 31
Octal 330 255 40 0 24 125 17 56 112 61
Binary 11011000 10101101 100000 0 10100 1010101 1111 101110 1001010 110001

Color Harmonies of #D8AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD20

Black with #D8AD20

Text Example


Text Example

White with #D8AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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