Html Css Color HEX #D9A529 Galliano

📋 copy color: '#D9A529'

red 217 ◦ green 165 ◦ blue 41

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

Shades of Galliano #D9A529

Tints of Galliano #D9A529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

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

R = 51.3%
G = 39.01%
B = 9.69%

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

#D9A529 (or 0xD9A529) is known color: Galliano. HEX triplet: D9, A5 and 29. RGB value is (217,165,41). Sum of RGB (Red+Green+Blue) = 217+165+41=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A529 is #265AD6. Grayscale: #A6A6A6. Windows color (decimal): -2513623 or 2729433. OLE color: 2729433.

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

Color convert

RGB 217 165 41 -
CMYK 0 0.24 0.81 0.15
HSL 42.27º 0.7% 0.51% -
HSV(B) 42.27º 0.81% 0.85% -
XYZ 42.47 41.82 7.93 -
YUV 166.41 57.23 164.08 -
System Red Green Blue C M Y K H S L
Decimal 217 165 41 0 0.24 0.81 0.15 42.27 0.7 0.51
Hex D9 A5 29 0 18 51 F 2A 46 33
Octal 331 245 51 0 30 121 17 52 106 63
Binary 11011001 10100101 101001 0 11000 1010001 1111 101010 1000110 110011

Color Harmonies of #D9A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A529

Black with #D9A529

Text Example


Text Example

White with #D9A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A529; }

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

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

background-color css

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

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

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

border-color css

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

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

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