Html Css Color HEX #D1925E Whiskey Sour

📋 copy color: '#D1925E'

red 209 ◦ green 146 ◦ blue 94

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

Shades of Whiskey Sour #D1925E

Tints of Whiskey Sour #D1925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.52%

 BLUE value IS 94 (37.11% from 255) = 20.94%

R = 46.55%
G = 32.52%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1925E (or 0xD1925E) is known color: Whiskey Sour. HEX triplet: D1, 92 and 5E. RGB value is (209,146,94). Sum of RGB (Red+Green+Blue) = 209+146+94=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1925E is #2E6DA1. Grayscale: #9F9F9F. Windows color (decimal): -3042722 or 6197969. OLE color: 6197969.

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

Color convert

RGB 209 146 94 -
CMYK 0 0.30 0.55 0.18
HSL 27.13º 0.56% 0.59% -
HSV(B) 27.13º 0.55% 0.82% -
XYZ 38.59 34.92 15.3 -
YUV 158.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 209 146 94 0 0.30 0.55 0.18 27.13 0.56 0.59
Hex D1 92 5E 0 1E 37 12 1B 38 3B
Octal 321 222 136 0 36 67 22 33 70 73
Binary 11010001 10010010 1011110 0 11110 110111 10010 11011 111000 111011

Color Harmonies of #D1925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1925E

Black with #D1925E

Text Example


Text Example

White with #D1925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1925E; }

 p { color: rgb(209,146,94); }

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

background-color css

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

 a { background-color: rgb(209,146,94); }

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

border-color css

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

 span { border-color: rgb(209,146,94); }

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