Html Css Color HEX #D1A327 Galliano

📋 copy color: '#D1A327'

red 209 ◦ green 163 ◦ blue 39

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

Shades of Galliano #D1A327

Tints of Galliano #D1A327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.49%

R = 50.85%
G = 39.66%
B = 9.49%

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

#D1A327 (or 0xD1A327) is known color: Galliano. HEX triplet: D1, A3 and 27. RGB value is (209,163,39). Sum of RGB (Red+Green+Blue) = 209+163+39=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A327 is #2E5CD8. Grayscale: #A3A3A3. Windows color (decimal): -3038425 or 2597841. OLE color: 2597841.

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

Color convert

RGB 209 163 39 -
CMYK 0 0.22 0.81 0.18
HSL 43.76º 0.69% 0.49% -
HSV(B) 43.76º 0.81% 0.82% -
XYZ 39.76 39.9 7.52 -
YUV 162.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 209 163 39 0 0.22 0.81 0.18 43.76 0.69 0.49
Hex D1 A3 27 0 16 51 12 2C 45 31
Octal 321 243 47 0 26 121 22 54 105 61
Binary 11010001 10100011 100111 0 10110 1010001 10010 101100 1000101 110001

Color Harmonies of #D1A327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A327

Black with #D1A327

Text Example


Text Example

White with #D1A327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A327; }

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

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

background-color css

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

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

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

border-color css

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

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

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