Html Css Color HEX #D2A217 Galliano

📋 copy color: '#D2A217'

red 210 ◦ green 162 ◦ blue 23

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

Shades of Galliano #D2A217

Tints of Galliano #D2A217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.01%

 BLUE value IS 23 (9.38% from 255) = 5.82%

R = 53.16%
G = 41.01%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D2A217 (or 0xD2A217) is known color: Galliano. HEX triplet: D2, A2 and 17. RGB value is (210,162,23). Sum of RGB (Red+Green+Blue) = 210+162+23=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A217 is #2D5DE8. Grayscale: #A1A1A1. Windows color (decimal): -2973161 or 1549010. OLE color: 1549010.

HSL color Cylindrical-coordinate representation of color #D2A217: hue angle of 44.6º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2A217 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 162 23 -
CMYK 0 0.23 0.89 0.18
HSL 44.6º 0.8% 0.46% -
HSV(B) 44.6º 0.89% 0.82% -
XYZ 39.65 39.6 6.37 -
YUV 160.51 50.4 163.3 -
System Red Green Blue C M Y K H S L
Decimal 210 162 23 0 0.23 0.89 0.18 44.6 0.8 0.46
Hex D2 A2 17 0 17 59 12 2D 50 2E
Octal 322 242 27 0 27 131 22 55 120 56
Binary 11010010 10100010 10111 0 10111 1011001 10010 101101 1010000 101110

Color Harmonies of #D2A217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A217

Black with #D2A217

Text Example


Text Example

White with #D2A217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A217; }

 p { color: rgb(210,162,23); }

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

background-color css

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

 a { background-color: rgb(210,162,23); }

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

border-color css

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

 span { border-color: rgb(210,162,23); }

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