Html Css Color HEX #D7965F Whiskey Sour

📋 copy color: '#D7965F'

red 215 ◦ green 150 ◦ blue 95

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

Shades of Whiskey Sour #D7965F

Tints of Whiskey Sour #D7965F

RGB

 RED value IS 215 (84.38% from 255) = 46.74%

 GREEN value IS 150 (58.98% from 255) = 32.61%

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

R = 46.74%
G = 32.61%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7965F (or 0xD7965F) is known color: Whiskey Sour. HEX triplet: D7, 96 and 5F. RGB value is (215,150,95). Sum of RGB (Red+Green+Blue) = 215+150+95=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7965F is #2869A0. Grayscale: #A3A3A3. Windows color (decimal): -2648481 or 6264535. OLE color: 6264535.

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

Color convert

RGB 215 150 95 -
CMYK 0 0.30 0.56 0.16
HSL 27.5º 0.6% 0.61% -
HSV(B) 27.5º 0.56% 0.84% -
XYZ 41 37.09 15.82 -
YUV 163.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 215 150 95 0 0.30 0.56 0.16 27.5 0.6 0.61
Hex D7 96 5F 0 1E 38 10 1C 3C 3D
Octal 327 226 137 0 36 70 20 34 74 75
Binary 11010111 10010110 1011111 0 11110 111000 10000 11100 111100 111101

Color Harmonies of #D7965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7965F

Black with #D7965F

Text Example


Text Example

White with #D7965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7965F; }

 p { color: rgb(215,150,95); }

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

background-color css

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

 a { background-color: rgb(215,150,95); }

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

border-color css

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

 span { border-color: rgb(215,150,95); }

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