Html Css Color HEX #D2A611 Galliano

📋 copy color: '#D2A611'

red 210 ◦ green 166 ◦ blue 17

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

Shades of Galliano #D2A611

Tints of Galliano #D2A611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.24%

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

R = 53.44%
G = 42.24%
B = 4.33%

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

#D2A611 (or 0xD2A611) is known color: Galliano. HEX triplet: D2, A6 and 11. RGB value is (210,166,17). Sum of RGB (Red+Green+Blue) = 210+166+17=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A611 is #2D59EE. Grayscale: #A2A2A2. Windows color (decimal): -2972143 or 1156818. OLE color: 1156818.

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

Color convert

RGB 210 166 17 -
CMYK 0 0.21 0.92 0.18
HSL 46.32º 0.85% 0.45% -
HSV(B) 46.32º 0.92% 0.82% -
XYZ 40.32 41.01 6.32 -
YUV 162.17 46.08 162.12 -
System Red Green Blue C M Y K H S L
Decimal 210 166 17 0 0.21 0.92 0.18 46.32 0.85 0.45
Hex D2 A6 11 0 15 5C 12 2E 55 2D
Octal 322 246 21 0 25 134 22 56 125 55
Binary 11010010 10100110 10001 0 10101 1011100 10010 101110 1010101 101101

Color Harmonies of #D2A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A611

Black with #D2A611

Text Example


Text Example

White with #D2A611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A611; }

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

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

background-color css

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

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

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

border-color css

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

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

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