Html Css Color HEX #D2A716 Galliano

📋 copy color: '#D2A716'

red 210 ◦ green 167 ◦ blue 22

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

Shades of Galliano #D2A716

Tints of Galliano #D2A716

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.85%

 BLUE value IS 22 (8.98% from 255) = 5.51%

R = 52.63%
G = 41.85%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D2A716 (or 0xD2A716) is known color: Galliano. HEX triplet: D2, A7 and 16. RGB value is (210,167,22). Sum of RGB (Red+Green+Blue) = 210+167+22=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A716 is #2D58E9. Grayscale: #A3A3A3. Windows color (decimal): -2971882 or 1484754. OLE color: 1484754.

HSL color Cylindrical-coordinate representation of color #D2A716: hue angle of 46.28º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2A716 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 167 22 -
CMYK 0 0.20 0.90 0.18
HSL 46.28º 0.81% 0.45% -
HSV(B) 46.28º 0.9% 0.82% -
XYZ 40.54 41.4 6.61 -
YUV 163.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 210 167 22 0 0.20 0.90 0.18 46.28 0.81 0.45
Hex D2 A7 16 0 14 5A 12 2E 51 2D
Octal 322 247 26 0 24 132 22 56 121 55
Binary 11010010 10100111 10110 0 10100 1011010 10010 101110 1010001 101101

Color Harmonies of #D2A716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A716

Black with #D2A716

Text Example


Text Example

White with #D2A716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A716; }

 p { color: rgb(210,167,22); }

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

background-color css

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

 a { background-color: rgb(210,167,22); }

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

border-color css

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

 span { border-color: rgb(210,167,22); }

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