Html Css Color HEX #D1B325 Galliano

📋 copy color: '#D1B325'

red 209 ◦ green 179 ◦ blue 37

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

Shades of Galliano #D1B325

Tints of Galliano #D1B325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

 BLUE value IS 37 (14.84% from 255) = 8.71%

R = 49.18%
G = 42.12%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D1B325 (or 0xD1B325) is known color: Galliano. HEX triplet: D1, B3 and 25. RGB value is (209,179,37). Sum of RGB (Red+Green+Blue) = 209+179+37=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B325 is #2E4CDA. Grayscale: #ACACAC. Windows color (decimal): -3034331 or 2470865. OLE color: 2470865.

HSL color Cylindrical-coordinate representation of color #D1B325: hue angle of 49.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1B325 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 37 -
CMYK 0 0.14 0.82 0.18
HSL 49.53º 0.7% 0.48% -
HSV(B) 49.53º 0.82% 0.82% -
XYZ 42.75 45.93 8.36 -
YUV 171.78 51.94 154.55 -
System Red Green Blue C M Y K H S L
Decimal 209 179 37 0 0.14 0.82 0.18 49.53 0.7 0.48
Hex D1 B3 25 0 E 52 12 32 46 30
Octal 321 263 45 0 16 122 22 62 106 60
Binary 11010001 10110011 100101 0 1110 1010010 10010 110010 1000110 110000

Color Harmonies of #D1B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B325

Black with #D1B325

Text Example


Text Example

White with #D1B325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B325; }

 p { color: rgb(209,179,37); }

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

background-color css

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

 a { background-color: rgb(209,179,37); }

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

border-color css

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

 span { border-color: rgb(209,179,37); }

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