Html Css Color HEX #D2AA15 Galliano

📋 copy color: '#D2AA15'

red 210 ◦ green 170 ◦ blue 21

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

Shades of Galliano #D2AA15

Tints of Galliano #D2AA15

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.39%

 BLUE value IS 21 (8.59% from 255) = 5.24%

R = 52.37%
G = 42.39%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D2AA15 (or 0xD2AA15) is known color: Galliano. HEX triplet: D2, AA and 15. RGB value is (210,170,21). Sum of RGB (Red+Green+Blue) = 210+170+21=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AA15 is #2D55EA. Grayscale: #A5A5A5. Windows color (decimal): -2971115 or 1419986. OLE color: 1419986.

HSL color Cylindrical-coordinate representation of color #D2AA15: hue angle of 47.3º degrees, saturation: 0.82, 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 #D2AA15 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 170 21 -
CMYK 0 0.19 0.90 0.18
HSL 47.3º 0.82% 0.45% -
HSV(B) 47.3º 0.9% 0.82% -
XYZ 41.09 42.51 6.75 -
YUV 164.97 46.75 160.12 -
System Red Green Blue C M Y K H S L
Decimal 210 170 21 0 0.19 0.90 0.18 47.3 0.82 0.45
Hex D2 AA 15 0 13 5A 12 2F 52 2D
Octal 322 252 25 0 23 132 22 57 122 55
Binary 11010010 10101010 10101 0 10011 1011010 10010 101111 1010010 101101

Color Harmonies of #D2AA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AA15

Black with #D2AA15

Text Example


Text Example

White with #D2AA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AA15; }

 p { color: rgb(210,170,21); }

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

background-color css

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

 a { background-color: rgb(210,170,21); }

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

border-color css

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

 span { border-color: rgb(210,170,21); }

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