Html Css Color HEX #D2AF21 Galliano

📋 copy color: '#D2AF21'

red 210 ◦ green 175 ◦ blue 33

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

Shades of Galliano #D2AF21

Tints of Galliano #D2AF21

RGB

 RED value IS 210 (82.42% from 255) = 50.24%

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

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

R = 50.24%
G = 41.87%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2AF21 (or 0xD2AF21) is known color: Galliano. HEX triplet: D2, AF and 21. RGB value is (210,175,33). Sum of RGB (Red+Green+Blue) = 210+175+33=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF21 is #2D50DE. Grayscale: #A9A9A9. Windows color (decimal): -2969823 or 2207698. OLE color: 2207698.

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

Color convert

RGB 210 175 33 -
CMYK 0 0.17 0.84 0.18
HSL 48.14º 0.73% 0.48% -
HSV(B) 48.14º 0.84% 0.82% -
XYZ 42.18 44.47 7.8 -
YUV 169.28 51.1 157.05 -
System Red Green Blue C M Y K H S L
Decimal 210 175 33 0 0.17 0.84 0.18 48.14 0.73 0.48
Hex D2 AF 21 0 11 54 12 30 49 30
Octal 322 257 41 0 21 124 22 60 111 60
Binary 11010010 10101111 100001 0 10001 1010100 10010 110000 1001001 110000

Color Harmonies of #D2AF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF21

Black with #D2AF21

Text Example


Text Example

White with #D2AF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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