Html Css Color HEX #D2A50E Galliano

📋 copy color: '#D2A50E'

red 210 ◦ green 165 ◦ blue 14

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

Shades of Galliano #D2A50E

Tints of Galliano #D2A50E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.42%

 BLUE value IS 14 (5.86% from 255) = 3.6%

R = 53.98%
G = 42.42%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2A50E (or 0xD2A50E) is known color: Galliano. HEX triplet: D2, A5 and 0E. RGB value is (210,165,14). Sum of RGB (Red+Green+Blue) = 210+165+14=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A50E is #2D5AF1. Grayscale: #A1A1A1. Windows color (decimal): -2972402 or 959954. OLE color: 959954.

HSL color Cylindrical-coordinate representation of color #D2A50E: hue angle of 46.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2A50E is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 165 14 -
CMYK 0 0.21 0.93 0.18
HSL 46.22º 0.88% 0.44% -
HSV(B) 46.22º 0.93% 0.82% -
XYZ 40.11 40.64 6.15 -
YUV 161.24 44.91 162.78 -
System Red Green Blue C M Y K H S L
Decimal 210 165 14 0 0.21 0.93 0.18 46.22 0.88 0.44
Hex D2 A5 E 0 15 5D 12 2E 58 2C
Octal 322 245 16 0 25 135 22 56 130 54
Binary 11010010 10100101 1110 0 10101 1011101 10010 101110 1011000 101100

Color Harmonies of #D2A50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A50E

Black with #D2A50E

Text Example


Text Example

White with #D2A50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A50E; }

 p { color: rgb(210,165,14); }

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

background-color css

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

 a { background-color: rgb(210,165,14); }

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

border-color css

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

 span { border-color: rgb(210,165,14); }

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