Html Css Color HEX #D9A428 Galliano

📋 copy color: '#D9A428'

red 217 ◦ green 164 ◦ blue 40

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

Shades of Galliano #D9A428

Tints of Galliano #D9A428

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.95%

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 51.54%
G = 38.95%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9A428 (or 0xD9A428) is known color: Galliano. HEX triplet: D9, A4 and 28. RGB value is (217,164,40). Sum of RGB (Red+Green+Blue) = 217+164+40=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A428 is #265BD7. Grayscale: #A6A6A6. Windows color (decimal): -2513880 or 2663641. OLE color: 2663641.

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

Color convert

RGB 217 164 40 -
CMYK 0 0.24 0.82 0.15
HSL 42.03º 0.7% 0.5% -
HSV(B) 42.03º 0.82% 0.85% -
XYZ 42.27 41.46 7.78 -
YUV 165.71 57.06 164.58 -
System Red Green Blue C M Y K H S L
Decimal 217 164 40 0 0.24 0.82 0.15 42.03 0.7 0.5
Hex D9 A4 28 0 18 52 F 2A 46 32
Octal 331 244 50 0 30 122 17 52 106 62
Binary 11011001 10100100 101000 0 11000 1010010 1111 101010 1000110 110010

Color Harmonies of #D9A428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A428

Black with #D9A428

Text Example


Text Example

White with #D9A428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A428; }

 p { color: rgb(217,164,40); }

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

background-color css

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

 a { background-color: rgb(217,164,40); }

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

border-color css

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

 span { border-color: rgb(217,164,40); }

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