Html Css Color HEX #D1A028 Galliano

📋 copy color: '#D1A028'

red 209 ◦ green 160 ◦ blue 40

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

Shades of Galliano #D1A028

Tints of Galliano #D1A028

RGB

 RED value IS 209 (82.03% from 255) = 51.1%

 GREEN value IS 160 (62.89% from 255) = 39.12%

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

R = 51.1%
G = 39.12%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D1A028 (or 0xD1A028) is known color: Galliano. HEX triplet: D1, A0 and 28. RGB value is (209,160,40). Sum of RGB (Red+Green+Blue) = 209+160+40=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A028 is #2E5FD7. Grayscale: #A1A1A1. Windows color (decimal): -3039192 or 2662609. OLE color: 2662609.

HSL color Cylindrical-coordinate representation of color #D1A028: hue angle of 42.6º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1A028 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 160 40 -
CMYK 0 0.23 0.81 0.18
HSL 42.6º 0.68% 0.49% -
HSV(B) 42.6º 0.81% 0.82% -
XYZ 39.25 38.85 7.44 -
YUV 160.97 59.73 162.26 -
System Red Green Blue C M Y K H S L
Decimal 209 160 40 0 0.23 0.81 0.18 42.6 0.68 0.49
Hex D1 A0 28 0 17 51 12 2B 44 31
Octal 321 240 50 0 27 121 22 53 104 61
Binary 11010001 10100000 101000 0 10111 1010001 10010 101011 1000100 110001

Color Harmonies of #D1A028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A028

Black with #D1A028

Text Example


Text Example

White with #D1A028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A028; }

 p { color: rgb(209,160,40); }

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

background-color css

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

 a { background-color: rgb(209,160,40); }

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

border-color css

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

 span { border-color: rgb(209,160,40); }

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