Html Css Color HEX #D1A328 Galliano

📋 copy color: '#D1A328'

red 209 ◦ green 163 ◦ blue 40

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

Shades of Galliano #D1A328

Tints of Galliano #D1A328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.56%

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

R = 50.73%
G = 39.56%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D1A328 (or 0xD1A328) is known color: Galliano. HEX triplet: D1, A3 and 28. RGB value is (209,163,40). Sum of RGB (Red+Green+Blue) = 209+163+40=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A328 is #2E5CD7. Grayscale: #A3A3A3. Windows color (decimal): -3038424 or 2663377. OLE color: 2663377.

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

Color convert

RGB 209 163 40 -
CMYK 0 0.22 0.81 0.18
HSL 43.67º 0.68% 0.49% -
HSV(B) 43.67º 0.81% 0.82% -
XYZ 39.77 39.9 7.61 -
YUV 162.73 58.74 161 -
System Red Green Blue C M Y K H S L
Decimal 209 163 40 0 0.22 0.81 0.18 43.67 0.68 0.49
Hex D1 A3 28 0 16 51 12 2C 44 31
Octal 321 243 50 0 26 121 22 54 104 61
Binary 11010001 10100011 101000 0 10110 1010001 10010 101100 1000100 110001

Color Harmonies of #D1A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A328

Black with #D1A328

Text Example


Text Example

White with #D1A328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A328; }

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

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

background-color css

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

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

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

border-color css

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

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

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