Html Css Color HEX #D9A025 Galliano

📋 copy color: '#D9A025'

red 217 ◦ green 160 ◦ blue 37

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

Shades of Galliano #D9A025

Tints of Galliano #D9A025

RGB

 RED value IS 217 (85.16% from 255) = 52.42%

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

 BLUE value IS 37 (14.84% from 255) = 8.94%

R = 52.42%
G = 38.65%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D9A025 (or 0xD9A025) is known color: Galliano. HEX triplet: D9, A0 and 25. RGB value is (217,160,37). Sum of RGB (Red+Green+Blue) = 217+160+37=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A025 is #265FDA. Grayscale: #A3A3A3. Windows color (decimal): -2514907 or 2466009. OLE color: 2466009.

HSL color Cylindrical-coordinate representation of color #D9A025: hue angle of 41º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9A025 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 37 -
CMYK 0 0.26 0.83 0.15
HSL 41º 0.71% 0.5% -
HSV(B) 41º 0.83% 0.85% -
XYZ 41.52 40.03 7.29 -
YUV 163.02 56.88 166.5 -
System Red Green Blue C M Y K H S L
Decimal 217 160 37 0 0.26 0.83 0.15 41 0.71 0.5
Hex D9 A0 25 0 1A 53 F 29 47 32
Octal 331 240 45 0 32 123 17 51 107 62
Binary 11011001 10100000 100101 0 11010 1010011 1111 101001 1000111 110010

Color Harmonies of #D9A025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A025

Black with #D9A025

Text Example


Text Example

White with #D9A025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A025; }

 p { color: rgb(217,160,37); }

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

background-color css

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

 a { background-color: rgb(217,160,37); }

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

border-color css

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

 span { border-color: rgb(217,160,37); }

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