Html Css Color HEX #D1925F Whiskey Sour

📋 copy color: '#D1925F'

red 209 ◦ green 146 ◦ blue 95

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

Shades of Whiskey Sour #D1925F

Tints of Whiskey Sour #D1925F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 46.44%
G = 32.44%
B = 21.11%

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

#D1925F (or 0xD1925F) is known color: Whiskey Sour. HEX triplet: D1, 92 and 5F. RGB value is (209,146,95). Sum of RGB (Red+Green+Blue) = 209+146+95=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1925F is #2E6DA0. Grayscale: #9F9F9F. Windows color (decimal): -3042721 or 6263505. OLE color: 6263505.

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

Color convert

RGB 209 146 95 -
CMYK 0 0.30 0.55 0.18
HSL 26.84º 0.55% 0.6% -
HSV(B) 26.84º 0.55% 0.82% -
XYZ 38.64 34.94 15.53 -
YUV 159.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 209 146 95 0 0.30 0.55 0.18 26.84 0.55 0.6
Hex D1 92 5F 0 1E 37 12 1B 37 3C
Octal 321 222 137 0 36 67 22 33 67 74
Binary 11010001 10010010 1011111 0 11110 110111 10010 11011 110111 111100

Color Harmonies of #D1925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1925F

Black with #D1925F

Text Example


Text Example

White with #D1925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1925F; }

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

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

background-color css

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

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

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

border-color css

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

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

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