Html Css Color HEX #D1914F Whiskey Sour

📋 copy color: '#D1914F'

red 209 ◦ green 145 ◦ blue 79

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

Shades of Whiskey Sour #D1914F

Tints of Whiskey Sour #D1914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.49%

 BLUE value IS 79 (31.25% from 255) = 18.24%

R = 48.27%
G = 33.49%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1914F (or 0xD1914F) is known color: Whiskey Sour. HEX triplet: D1, 91 and 4F. RGB value is (209,145,79). Sum of RGB (Red+Green+Blue) = 209+145+79=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1914F is #2E6EB0. Grayscale: #9C9C9C. Windows color (decimal): -3042993 or 5214673. OLE color: 5214673.

HSL color Cylindrical-coordinate representation of color #D1914F: hue angle of 30.46º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1914F is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 145 79 -
CMYK 0 0.31 0.62 0.18
HSL 30.46º 0.59% 0.56% -
HSV(B) 30.46º 0.62% 0.82% -
XYZ 37.83 34.37 12.04 -
YUV 156.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 209 145 79 0 0.31 0.62 0.18 30.46 0.59 0.56
Hex D1 91 4F 0 1F 3E 12 1E 3B 38
Octal 321 221 117 0 37 76 22 36 73 70
Binary 11010001 10010001 1001111 0 11111 111110 10010 11110 111011 111000

Color Harmonies of #D1914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1914F

Black with #D1914F

Text Example


Text Example

White with #D1914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1914F; }

 p { color: rgb(209,145,79); }

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

background-color css

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

 a { background-color: rgb(209,145,79); }

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

border-color css

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

 span { border-color: rgb(209,145,79); }

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