Html Css Color HEX #D1991D Galliano

📋 copy color: '#D1991D'

red 209 ◦ green 153 ◦ blue 29

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

Shades of Galliano #D1991D

Tints of Galliano #D1991D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

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

R = 53.45%
G = 39.13%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1991D (or 0xD1991D) is known color: Galliano. HEX triplet: D1, 99 and 1D. RGB value is (209,153,29). Sum of RGB (Red+Green+Blue) = 209+153+29=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1991D is #2E66E2. Grayscale: #9C9C9C. Windows color (decimal): -3040995 or 1939921. OLE color: 1939921.

HSL color Cylindrical-coordinate representation of color #D1991D: hue angle of 41.33º 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 #D1991D is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 29 -
CMYK 0 0.27 0.86 0.18
HSL 41.33º 0.76% 0.47% -
HSV(B) 41.33º 0.86% 0.82% -
XYZ 37.91 36.43 6.2 -
YUV 155.61 56.55 166.08 -
System Red Green Blue C M Y K H S L
Decimal 209 153 29 0 0.27 0.86 0.18 41.33 0.76 0.47
Hex D1 99 1D 0 1B 56 12 29 4C 2F
Octal 321 231 35 0 33 126 22 51 114 57
Binary 11010001 10011001 11101 0 11011 1010110 10010 101001 1001100 101111

Color Harmonies of #D1991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1991D

Black with #D1991D

Text Example


Text Example

White with #D1991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1991D; }

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

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

background-color css

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

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

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

border-color css

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

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

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