Html Css Color HEX #D19D1C Galliano

📋 copy color: '#D19D1C'

red 209 ◦ green 157 ◦ blue 28

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

Shades of Galliano #D19D1C

Tints of Galliano #D19D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.85%

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 53.05%
G = 39.85%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D19D1C (or 0xD19D1C) is known color: Galliano. HEX triplet: D1, 9D and 1C. RGB value is (209,157,28). Sum of RGB (Red+Green+Blue) = 209+157+28=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D1C is #2E62E3. Grayscale: #9E9E9E. Windows color (decimal): -3039972 or 1875409. OLE color: 1875409.

HSL color Cylindrical-coordinate representation of color #D19D1C: hue angle of 42.76º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D19D1C is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 157 28 -
CMYK 0 0.25 0.87 0.18
HSL 42.76º 0.76% 0.46% -
HSV(B) 42.76º 0.87% 0.82% -
XYZ 38.56 37.75 6.35 -
YUV 157.84 54.73 164.49 -
System Red Green Blue C M Y K H S L
Decimal 209 157 28 0 0.25 0.87 0.18 42.76 0.76 0.46
Hex D1 9D 1C 0 19 57 12 2B 4C 2E
Octal 321 235 34 0 31 127 22 53 114 56
Binary 11010001 10011101 11100 0 11001 1010111 10010 101011 1001100 101110

Color Harmonies of #D19D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19D1C

Black with #D19D1C

Text Example


Text Example

White with #D19D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19D1C; }

 p { color: rgb(209,157,28); }

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

background-color css

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

 a { background-color: rgb(209,157,28); }

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

border-color css

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

 span { border-color: rgb(209,157,28); }

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