Html Css Color HEX #D2A015 Galliano

📋 copy color: '#D2A015'

red 210 ◦ green 160 ◦ blue 21

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

Shades of Galliano #D2A015

Tints of Galliano #D2A015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

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

R = 53.71%
G = 40.92%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D2A015 (or 0xD2A015) is known color: Galliano. HEX triplet: D2, A0 and 15. RGB value is (210,160,21). Sum of RGB (Red+Green+Blue) = 210+160+21=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A015 is #2D5FEA. Grayscale: #9F9F9F. Windows color (decimal): -2973675 or 1417426. OLE color: 1417426.

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

Color convert

RGB 210 160 21 -
CMYK 0 0.24 0.90 0.18
HSL 44.13º 0.82% 0.45% -
HSV(B) 44.13º 0.9% 0.82% -
XYZ 39.28 38.9 6.15 -
YUV 159.1 50.07 164.3 -
System Red Green Blue C M Y K H S L
Decimal 210 160 21 0 0.24 0.90 0.18 44.13 0.82 0.45
Hex D2 A0 15 0 18 5A 12 2C 52 2D
Octal 322 240 25 0 30 132 22 54 122 55
Binary 11010010 10100000 10101 0 11000 1011010 10010 101100 1010010 101101

Color Harmonies of #D2A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A015

Black with #D2A015

Text Example


Text Example

White with #D2A015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A015; }

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

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

background-color css

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

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

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

border-color css

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

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

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