Html Css Color HEX #D4AF21 Galliano

📋 copy color: '#D4AF21'

red 212 ◦ green 175 ◦ blue 33

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

Shades of Galliano #D4AF21

Tints of Galliano #D4AF21

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.67%

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

R = 50.48%
G = 41.67%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D4AF21 (or 0xD4AF21) is known color: Galliano. HEX triplet: D4, AF and 21. RGB value is (212,175,33). Sum of RGB (Red+Green+Blue) = 212+175+33=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AF21 is #2B50DE. Grayscale: #AAAAAA. Windows color (decimal): -2838751 or 2207700. OLE color: 2207700.

HSL color Cylindrical-coordinate representation of color #D4AF21: hue angle of 47.6º 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 #D4AF21 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 175 33 -
CMYK 0 0.17 0.84 0.17
HSL 47.6º 0.73% 0.48% -
HSV(B) 47.6º 0.84% 0.83% -
XYZ 42.76 44.77 7.83 -
YUV 169.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 212 175 33 0 0.17 0.84 0.17 47.6 0.73 0.48
Hex D4 AF 21 0 11 54 11 30 49 30
Octal 324 257 41 0 21 124 21 60 111 60
Binary 11010100 10101111 100001 0 10001 1010100 10001 110000 1001001 110000

Color Harmonies of #D4AF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF21

Black with #D4AF21

Text Example


Text Example

White with #D4AF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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