Html Css Color HEX #D9A629 Galliano

📋 copy color: '#D9A629'

red 217 ◦ green 166 ◦ blue 41

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

Shades of Galliano #D9A629

Tints of Galliano #D9A629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

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

R = 51.18%
G = 39.15%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9A629 (or 0xD9A629) is known color: Galliano. HEX triplet: D9, A6 and 29. RGB value is (217,166,41). Sum of RGB (Red+Green+Blue) = 217+166+41=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A629 is #2659D6. Grayscale: #A7A7A7. Windows color (decimal): -2513367 or 2729689. OLE color: 2729689.

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

Color convert

RGB 217 166 41 -
CMYK 0 0.24 0.81 0.15
HSL 42.61º 0.7% 0.51% -
HSV(B) 42.61º 0.81% 0.85% -
XYZ 42.65 42.18 7.99 -
YUV 167 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 217 166 41 0 0.24 0.81 0.15 42.61 0.7 0.51
Hex D9 A6 29 0 18 51 F 2B 46 33
Octal 331 246 51 0 30 121 17 53 106 63
Binary 11011001 10100110 101001 0 11000 1010001 1111 101011 1000110 110011

Color Harmonies of #D9A629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A629

Black with #D9A629

Text Example


Text Example

White with #D9A629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A629; }

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

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

background-color css

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

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

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

border-color css

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

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

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