Html Css Color HEX #D5945F Whiskey Sour

📋 copy color: '#D5945F'

red 213 ◦ green 148 ◦ blue 95

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

Shades of Whiskey Sour #D5945F

Tints of Whiskey Sour #D5945F

RGB

 RED value IS 213 (83.59% from 255) = 46.71%

 GREEN value IS 148 (58.2% from 255) = 32.46%

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

R = 46.71%
G = 32.46%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5945F (or 0xD5945F) is known color: Whiskey Sour. HEX triplet: D5, 94 and 5F. RGB value is (213,148,95). Sum of RGB (Red+Green+Blue) = 213+148+95=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5945F is #2A6BA0. Grayscale: #A1A1A1. Windows color (decimal): -2780065 or 6264021. OLE color: 6264021.

HSL color Cylindrical-coordinate representation of color #D5945F: hue angle of 26.95º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5945F is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 95 -
CMYK 0 0.31 0.55 0.16
HSL 26.95º 0.58% 0.6% -
HSV(B) 26.95º 0.55% 0.84% -
XYZ 40.1 36.15 15.69 -
YUV 161.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 213 148 95 0 0.31 0.55 0.16 26.95 0.58 0.6
Hex D5 94 5F 0 1F 37 10 1B 3A 3C
Octal 325 224 137 0 37 67 20 33 72 74
Binary 11010101 10010100 1011111 0 11111 110111 10000 11011 111010 111100

Color Harmonies of #D5945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5945F

Black with #D5945F

Text Example


Text Example

White with #D5945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5945F; }

 p { color: rgb(213,148,95); }

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

background-color css

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

 a { background-color: rgb(213,148,95); }

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

border-color css

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

 span { border-color: rgb(213,148,95); }

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