Html Css Color HEX #D3B019 Galliano

📋 copy color: '#D3B019'

red 211 ◦ green 176 ◦ blue 25

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

Shades of Galliano #D3B019

Tints of Galliano #D3B019

RGB

 RED value IS 211 (82.81% from 255) = 51.21%

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 25 (10.16% from 255) = 6.07%

R = 51.21%
G = 42.72%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D3B019 (or 0xD3B019) is known color: Galliano. HEX triplet: D3, B0 and 19. RGB value is (211,176,25). Sum of RGB (Red+Green+Blue) = 211+176+25=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3B019 is #2C4FE6. Grayscale: #A9A9A9. Windows color (decimal): -2904039 or 1683667. OLE color: 1683667.

HSL color Cylindrical-coordinate representation of color #D3B019: hue angle of 48.71º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3B019 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 176 25 -
CMYK 0 0.17 0.88 0.17
HSL 48.71º 0.79% 0.46% -
HSV(B) 48.71º 0.88% 0.83% -
XYZ 42.56 44.97 7.36 -
YUV 169.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 211 176 25 0 0.17 0.88 0.17 48.71 0.79 0.46
Hex D3 B0 19 0 11 58 11 31 4F 2E
Octal 323 260 31 0 21 130 21 61 117 56
Binary 11010011 10110000 11001 0 10001 1011000 10001 110001 1001111 101110

Color Harmonies of #D3B019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B019

Black with #D3B019

Text Example


Text Example

White with #D3B019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B019; }

 p { color: rgb(211,176,25); }

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

background-color css

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

 a { background-color: rgb(211,176,25); }

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

border-color css

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

 span { border-color: rgb(211,176,25); }

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