Html Css Color HEX #D19B21 Galliano

📋 copy color: '#D19B21'

red 209 ◦ green 155 ◦ blue 33

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

Shades of Galliano #D19B21

Tints of Galliano #D19B21

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

 BLUE value IS 33 (13.28% from 255) = 8.31%

R = 52.64%
G = 39.04%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D19B21 (or 0xD19B21) is known color: Galliano. HEX triplet: D1, 9B and 21. RGB value is (209,155,33). Sum of RGB (Red+Green+Blue) = 209+155+33=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19B21 is #2E64DE. Grayscale: #9D9D9D. Windows color (decimal): -3040479 or 2202577. OLE color: 2202577.

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

Color convert

RGB 209 155 33 -
CMYK 0 0.26 0.84 0.18
HSL 41.59º 0.73% 0.47% -
HSV(B) 41.59º 0.84% 0.82% -
XYZ 38.29 37.11 6.58 -
YUV 157.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 209 155 33 0 0.26 0.84 0.18 41.59 0.73 0.47
Hex D1 9B 21 0 1A 54 12 2A 49 2F
Octal 321 233 41 0 32 124 22 52 111 57
Binary 11010001 10011011 100001 0 11010 1010100 10010 101010 1001001 101111

Color Harmonies of #D19B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19B21

Black with #D19B21

Text Example


Text Example

White with #D19B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19B21; }

 p { color: rgb(209,155,33); }

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

background-color css

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

 a { background-color: rgb(209,155,33); }

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

border-color css

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

 span { border-color: rgb(209,155,33); }

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