Html Css Color HEX #D2A411 Galliano

📋 copy color: '#D2A411'

red 210 ◦ green 164 ◦ blue 17

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

Shades of Galliano #D2A411

Tints of Galliano #D2A411

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

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

R = 53.71%
G = 41.94%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2A411 (or 0xD2A411) is known color: Galliano. HEX triplet: D2, A4 and 11. RGB value is (210,164,17). Sum of RGB (Red+Green+Blue) = 210+164+17=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A411 is #2D5BEE. Grayscale: #A1A1A1. Windows color (decimal): -2972655 or 1156306. OLE color: 1156306.

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

Color convert

RGB 210 164 17 -
CMYK 0 0.22 0.92 0.18
HSL 45.7º 0.85% 0.45% -
HSV(B) 45.7º 0.92% 0.82% -
XYZ 39.95 40.29 6.2 -
YUV 161 46.74 162.95 -
System Red Green Blue C M Y K H S L
Decimal 210 164 17 0 0.22 0.92 0.18 45.7 0.85 0.45
Hex D2 A4 11 0 16 5C 12 2E 55 2D
Octal 322 244 21 0 26 134 22 56 125 55
Binary 11010010 10100100 10001 0 10110 1011100 10010 101110 1010101 101101

Color Harmonies of #D2A411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A411

Black with #D2A411

Text Example


Text Example

White with #D2A411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A411; }

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

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

background-color css

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

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

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

border-color css

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

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

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