Html Css Color HEX #D2AD1F Galliano

📋 copy color: '#D2AD1F'

red 210 ◦ green 173 ◦ blue 31

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

Shades of Galliano #D2AD1F

Tints of Galliano #D2AD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.49%

R = 50.72%
G = 41.79%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2AD1F (or 0xD2AD1F) is known color: Galliano. HEX triplet: D2, AD and 1F. RGB value is (210,173,31). Sum of RGB (Red+Green+Blue) = 210+173+31=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD1F is #2D52E0. Grayscale: #A8A8A8. Windows color (decimal): -2970337 or 2076114. OLE color: 2076114.

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

Color convert

RGB 210 173 31 -
CMYK 0 0.18 0.85 0.18
HSL 47.6º 0.74% 0.47% -
HSV(B) 47.6º 0.85% 0.82% -
XYZ 41.77 43.69 7.53 -
YUV 167.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 210 173 31 0 0.18 0.85 0.18 47.6 0.74 0.47
Hex D2 AD 1F 0 12 55 12 30 4A 2F
Octal 322 255 37 0 22 125 22 60 112 57
Binary 11010010 10101101 11111 0 10010 1010101 10010 110000 1001010 101111

Color Harmonies of #D2AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD1F

Black with #D2AD1F

Text Example


Text Example

White with #D2AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD1F; }

 p { color: rgb(210,173,31); }

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

background-color css

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

 a { background-color: rgb(210,173,31); }

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

border-color css

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

 span { border-color: rgb(210,173,31); }

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