Html Css Color HEX #D9A829 Galliano

📋 copy color: '#D9A829'

red 217 ◦ green 168 ◦ blue 41

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

Shades of Galliano #D9A829

Tints of Galliano #D9A829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

 BLUE value IS 41 (16.41% from 255) = 9.62%

R = 50.94%
G = 39.44%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9A829 (or 0xD9A829) is known color: Galliano. HEX triplet: D9, A8 and 29. RGB value is (217,168,41). Sum of RGB (Red+Green+Blue) = 217+168+41=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A829 is #2657D6. Grayscale: #A8A8A8. Windows color (decimal): -2512855 or 2730201. OLE color: 2730201.

HSL color Cylindrical-coordinate representation of color #D9A829: hue angle of 43.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9A829 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 41 -
CMYK 0 0.23 0.81 0.15
HSL 43.3º 0.7% 0.51% -
HSV(B) 43.3º 0.81% 0.85% -
XYZ 43.02 42.92 8.11 -
YUV 168.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 217 168 41 0 0.23 0.81 0.15 43.3 0.7 0.51
Hex D9 A8 29 0 17 51 F 2B 46 33
Octal 331 250 51 0 27 121 17 53 106 63
Binary 11011001 10101000 101001 0 10111 1010001 1111 101011 1000110 110011

Color Harmonies of #D9A829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A829

Black with #D9A829

Text Example


Text Example

White with #D9A829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A829; }

 p { color: rgb(217,168,41); }

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

background-color css

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

 a { background-color: rgb(217,168,41); }

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

border-color css

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

 span { border-color: rgb(217,168,41); }

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