Html Css Color HEX #D2A119 Galliano

📋 copy color: '#D2A119'

red 210 ◦ green 161 ◦ blue 25

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

Shades of Galliano #D2A119

Tints of Galliano #D2A119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

 BLUE value IS 25 (10.16% from 255) = 6.31%

R = 53.03%
G = 40.66%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2A119 (or 0xD2A119) is known color: Galliano. HEX triplet: D2, A1 and 19. RGB value is (210,161,25). Sum of RGB (Red+Green+Blue) = 210+161+25=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A119 is #2D5EE6. Grayscale: #A0A0A0. Windows color (decimal): -2973415 or 1679826. OLE color: 1679826.

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

Color convert

RGB 210 161 25 -
CMYK 0 0.23 0.88 0.18
HSL 44.11º 0.79% 0.46% -
HSV(B) 44.11º 0.88% 0.82% -
XYZ 39.5 39.26 6.42 -
YUV 160.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 210 161 25 0 0.23 0.88 0.18 44.11 0.79 0.46
Hex D2 A1 19 0 17 58 12 2C 4F 2E
Octal 322 241 31 0 27 130 22 54 117 56
Binary 11010010 10100001 11001 0 10111 1011000 10010 101100 1001111 101110

Color Harmonies of #D2A119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A119

Black with #D2A119

Text Example


Text Example

White with #D2A119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A119; }

 p { color: rgb(210,161,25); }

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

background-color css

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

 a { background-color: rgb(210,161,25); }

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

border-color css

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

 span { border-color: rgb(210,161,25); }

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