Html Css Color HEX #D9A725 Galliano

📋 copy color: '#D9A725'

red 217 ◦ green 167 ◦ blue 37

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

Shades of Galliano #D9A725

Tints of Galliano #D9A725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.67%

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

R = 51.54%
G = 39.67%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D9A725 (or 0xD9A725) is known color: Galliano. HEX triplet: D9, A7 and 25. RGB value is (217,167,37). Sum of RGB (Red+Green+Blue) = 217+167+37=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A725 is #2658DA. Grayscale: #A7A7A7. Windows color (decimal): -2513115 or 2467801. OLE color: 2467801.

HSL color Cylindrical-coordinate representation of color #D9A725: hue angle of 43.33º 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 #D9A725 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 167 37 -
CMYK 0 0.23 0.83 0.15
HSL 43.33º 0.71% 0.5% -
HSV(B) 43.33º 0.83% 0.85% -
XYZ 42.77 42.52 7.7 -
YUV 167.13 54.57 163.57 -
System Red Green Blue C M Y K H S L
Decimal 217 167 37 0 0.23 0.83 0.15 43.33 0.71 0.5
Hex D9 A7 25 0 17 53 F 2B 47 32
Octal 331 247 45 0 27 123 17 53 107 62
Binary 11011001 10100111 100101 0 10111 1010011 1111 101011 1000111 110010

Color Harmonies of #D9A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A725

Black with #D9A725

Text Example


Text Example

White with #D9A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A725; }

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

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

background-color css

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

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

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

border-color css

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

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

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