Html Css Color HEX #D2A031 Galliano

📋 copy color: '#D2A031'

red 210 ◦ green 160 ◦ blue 49

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

Shades of Galliano #D2A031

Tints of Galliano #D2A031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.19%

 BLUE value IS 49 (19.53% from 255) = 11.69%

R = 50.12%
G = 38.19%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2A031 (or 0xD2A031) is known color: Galliano. HEX triplet: D2, A0 and 31. RGB value is (210,160,49). Sum of RGB (Red+Green+Blue) = 210+160+49=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A031 is #2D5FCE. Grayscale: #A2A2A2. Windows color (decimal): -2973647 or 3252434. OLE color: 3252434.

HSL color Cylindrical-coordinate representation of color #D2A031: hue angle of 41.37º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2A031 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 160 49 -
CMYK 0 0.24 0.77 0.18
HSL 41.37º 0.64% 0.51% -
HSV(B) 41.37º 0.77% 0.82% -
XYZ 39.7 39.07 8.35 -
YUV 162.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 210 160 49 0 0.24 0.77 0.18 41.37 0.64 0.51
Hex D2 A0 31 0 18 4D 12 29 40 33
Octal 322 240 61 0 30 115 22 51 100 63
Binary 11010010 10100000 110001 0 11000 1001101 10010 101001 1000000 110011

Color Harmonies of #D2A031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A031

Black with #D2A031

Text Example


Text Example

White with #D2A031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A031; }

 p { color: rgb(210,160,49); }

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

background-color css

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

 a { background-color: rgb(210,160,49); }

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

border-color css

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

 span { border-color: rgb(210,160,49); }

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