Html Css Color HEX #D4AD21 Galliano

📋 copy color: '#D4AD21'

red 212 ◦ green 173 ◦ blue 33

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

Shades of Galliano #D4AD21

Tints of Galliano #D4AD21

RGB

 RED value IS 212 (83.2% from 255) = 50.72%

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

 BLUE value IS 33 (13.28% from 255) = 7.89%

R = 50.72%
G = 41.39%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D4AD21 (or 0xD4AD21) is known color: Galliano. HEX triplet: D4, AD and 21. RGB value is (212,173,33). Sum of RGB (Red+Green+Blue) = 212+173+33=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD21 is #2B52DE. Grayscale: #A9A9A9. Windows color (decimal): -2839263 or 2207188. OLE color: 2207188.

HSL color Cylindrical-coordinate representation of color #D4AD21: hue angle of 46.93º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4AD21 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 33 -
CMYK 0 0.18 0.84 0.17
HSL 46.93º 0.73% 0.48% -
HSV(B) 46.93º 0.84% 0.83% -
XYZ 42.37 43.99 7.7 -
YUV 168.7 51.42 158.88 -
System Red Green Blue C M Y K H S L
Decimal 212 173 33 0 0.18 0.84 0.17 46.93 0.73 0.48
Hex D4 AD 21 0 12 54 11 2F 49 30
Octal 324 255 41 0 22 124 21 57 111 60
Binary 11010100 10101101 100001 0 10010 1010100 10001 101111 1001001 110000

Color Harmonies of #D4AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD21

Black with #D4AD21

Text Example


Text Example

White with #D4AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD21; }

 p { color: rgb(212,173,33); }

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

background-color css

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

 a { background-color: rgb(212,173,33); }

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

border-color css

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

 span { border-color: rgb(212,173,33); }

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