Html Css Color HEX #D19D1D Galliano

📋 copy color: '#D19D1D'

red 209 ◦ green 157 ◦ blue 29

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

Shades of Galliano #D19D1D

Tints of Galliano #D19D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 52.91%
G = 39.75%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D19D1D (or 0xD19D1D) is known color: Galliano. HEX triplet: D1, 9D and 1D. RGB value is (209,157,29). Sum of RGB (Red+Green+Blue) = 209+157+29=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D1D is #2E62E2. Grayscale: #9E9E9E. Windows color (decimal): -3039971 or 1940945. OLE color: 1940945.

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

Color convert

RGB 209 157 29 -
CMYK 0 0.25 0.86 0.18
HSL 42.67º 0.76% 0.47% -
HSV(B) 42.67º 0.86% 0.82% -
XYZ 38.57 37.76 6.42 -
YUV 157.96 55.23 164.41 -
System Red Green Blue C M Y K H S L
Decimal 209 157 29 0 0.25 0.86 0.18 42.67 0.76 0.47
Hex D1 9D 1D 0 19 56 12 2B 4C 2F
Octal 321 235 35 0 31 126 22 53 114 57
Binary 11010001 10011101 11101 0 11001 1010110 10010 101011 1001100 101111

Color Harmonies of #D19D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19D1D

Black with #D19D1D

Text Example


Text Example

White with #D19D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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