Html Css Color HEX #D2A811 Galliano

📋 copy color: '#D2A811'

red 210 ◦ green 168 ◦ blue 17

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

Shades of Galliano #D2A811

Tints of Galliano #D2A811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 53.16%
G = 42.53%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2A811 (or 0xD2A811) is known color: Galliano. HEX triplet: D2, A8 and 11. RGB value is (210,168,17). Sum of RGB (Red+Green+Blue) = 210+168+17=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A811 is #2D57EE. Grayscale: #A3A3A3. Windows color (decimal): -2971631 or 1157330. OLE color: 1157330.

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

Color convert

RGB 210 168 17 -
CMYK 0 0.2 0.92 0.18
HSL 46.94º 0.85% 0.45% -
HSV(B) 46.94º 0.92% 0.82% -
XYZ 40.68 41.75 6.44 -
YUV 163.34 45.41 161.28 -
System Red Green Blue C M Y K H S L
Decimal 210 168 17 0 0.2 0.92 0.18 46.94 0.85 0.45
Hex D2 A8 11 0 14 5C 12 2F 55 2D
Octal 322 250 21 0 24 134 22 57 125 55
Binary 11010010 10101000 10001 0 10100 1011100 10010 101111 1010101 101101

Color Harmonies of #D2A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A811

Black with #D2A811

Text Example


Text Example

White with #D2A811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A811; }

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

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

background-color css

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

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

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

border-color css

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

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

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