Html Css Color HEX #D2A511 Galliano

📋 copy color: '#D2A511'

red 210 ◦ green 165 ◦ blue 17

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

Shades of Galliano #D2A511

Tints of Galliano #D2A511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.34%

R = 53.57%
G = 42.09%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2A511 (or 0xD2A511) is known color: Galliano. HEX triplet: D2, A5 and 11. RGB value is (210,165,17). Sum of RGB (Red+Green+Blue) = 210+165+17=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A511 is #2D5AEE. Grayscale: #A2A2A2. Windows color (decimal): -2972399 or 1156562. OLE color: 1156562.

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

Color convert

RGB 210 165 17 -
CMYK 0 0.21 0.92 0.18
HSL 46.01º 0.85% 0.45% -
HSV(B) 46.01º 0.92% 0.82% -
XYZ 40.13 40.65 6.26 -
YUV 161.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 210 165 17 0 0.21 0.92 0.18 46.01 0.85 0.45
Hex D2 A5 11 0 15 5C 12 2E 55 2D
Octal 322 245 21 0 25 134 22 56 125 55
Binary 11010010 10100101 10001 0 10101 1011100 10010 101110 1010101 101101

Color Harmonies of #D2A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A511

Black with #D2A511

Text Example


Text Example

White with #D2A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A511; }

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

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

background-color css

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

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

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

border-color css

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

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

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