Html Css Color HEX #D2A31F Galliano

📋 copy color: '#D2A31F'

red 210 ◦ green 163 ◦ blue 31

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

Shades of Galliano #D2A31F

Tints of Galliano #D2A31F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.35%

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

R = 51.98%
G = 40.35%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2A31F (or 0xD2A31F) is known color: Galliano. HEX triplet: D2, A3 and 1F. RGB value is (210,163,31). Sum of RGB (Red+Green+Blue) = 210+163+31=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A31F is #2D5CE0. Grayscale: #A2A2A2. Windows color (decimal): -2972897 or 2073554. OLE color: 2073554.

HSL color Cylindrical-coordinate representation of color #D2A31F: hue angle of 44.25º 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 #D2A31F is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 163 31 -
CMYK 0 0.22 0.85 0.18
HSL 44.25º 0.74% 0.47% -
HSV(B) 44.25º 0.85% 0.82% -
XYZ 39.92 39.99 6.91 -
YUV 162.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 210 163 31 0 0.22 0.85 0.18 44.25 0.74 0.47
Hex D2 A3 1F 0 16 55 12 2C 4A 2F
Octal 322 243 37 0 26 125 22 54 112 57
Binary 11010010 10100011 11111 0 10110 1010101 10010 101100 1001010 101111

Color Harmonies of #D2A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A31F

Black with #D2A31F

Text Example


Text Example

White with #D2A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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