Html Css Color HEX #D19D2A Galliano

📋 copy color: '#D19D2A'

red 209 ◦ green 157 ◦ blue 42

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

Shades of Galliano #D19D2A

Tints of Galliano #D19D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.29%

R = 51.23%
G = 38.48%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D19D2A (or 0xD19D2A) is known color: Galliano. HEX triplet: D1, 9D and 2A. RGB value is (209,157,42). Sum of RGB (Red+Green+Blue) = 209+157+42=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D2A is #2E62D5. Grayscale: #9F9F9F. Windows color (decimal): -3039958 or 2792913. OLE color: 2792913.

HSL color Cylindrical-coordinate representation of color #D19D2A: hue angle of 41.32º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D19D2A is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 157 42 -
CMYK 0 0.25 0.80 0.18
HSL 41.32º 0.67% 0.49% -
HSV(B) 41.32º 0.8% 0.82% -
XYZ 38.77 37.84 7.45 -
YUV 159.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 209 157 42 0 0.25 0.80 0.18 41.32 0.67 0.49
Hex D1 9D 2A 0 19 50 12 29 43 31
Octal 321 235 52 0 31 120 22 51 103 61
Binary 11010001 10011101 101010 0 11001 1010000 10010 101001 1000011 110001

Color Harmonies of #D19D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19D2A

Black with #D19D2A

Text Example


Text Example

White with #D19D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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