Html Css Color HEX #D9A128 Galliano

📋 copy color: '#D9A128'

red 217 ◦ green 161 ◦ blue 40

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

Shades of Galliano #D9A128

Tints of Galliano #D9A128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.52%

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

R = 51.91%
G = 38.52%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9A128 (or 0xD9A128) is known color: Galliano. HEX triplet: D9, A1 and 28. RGB value is (217,161,40). Sum of RGB (Red+Green+Blue) = 217+161+40=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A128 is #265ED7. Grayscale: #A4A4A4. Windows color (decimal): -2514648 or 2662873. OLE color: 2662873.

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

Color convert

RGB 217 161 40 -
CMYK 0 0.26 0.82 0.15
HSL 41.02º 0.7% 0.5% -
HSV(B) 41.02º 0.82% 0.85% -
XYZ 41.74 40.39 7.6 -
YUV 163.95 58.05 165.84 -
System Red Green Blue C M Y K H S L
Decimal 217 161 40 0 0.26 0.82 0.15 41.02 0.7 0.5
Hex D9 A1 28 0 1A 52 F 29 46 32
Octal 331 241 50 0 32 122 17 51 106 62
Binary 11011001 10100001 101000 0 11010 1010010 1111 101001 1000110 110010

Color Harmonies of #D9A128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A128

Black with #D9A128

Text Example


Text Example

White with #D9A128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A128; }

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

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

background-color css

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

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

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

border-color css

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

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

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