Html Css Color HEX #D6965F Whiskey Sour

📋 copy color: '#D6965F'

red 214 ◦ green 150 ◦ blue 95

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

Shades of Whiskey Sour #D6965F

Tints of Whiskey Sour #D6965F

RGB

 RED value IS 214 (83.98% from 255) = 46.62%

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

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

R = 46.62%
G = 32.68%
B = 20.7%

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

#D6965F (or 0xD6965F) is known color: Whiskey Sour. HEX triplet: D6, 96 and 5F. RGB value is (214,150,95). Sum of RGB (Red+Green+Blue) = 214+150+95=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6965F is #2969A0. Grayscale: #A3A3A3. Windows color (decimal): -2714017 or 6264534. OLE color: 6264534.

HSL color Cylindrical-coordinate representation of color #D6965F: hue angle of 27.73º degrees, saturation: 0.59, 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 #D6965F is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 95 -
CMYK 0 0.30 0.56 0.16
HSL 27.73º 0.59% 0.61% -
HSV(B) 27.73º 0.56% 0.84% -
XYZ 40.7 36.94 15.81 -
YUV 162.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 214 150 95 0 0.30 0.56 0.16 27.73 0.59 0.61
Hex D6 96 5F 0 1E 38 10 1C 3B 3D
Octal 326 226 137 0 36 70 20 34 73 75
Binary 11010110 10010110 1011111 0 11110 111000 10000 11100 111011 111101

Color Harmonies of #D6965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6965F

Black with #D6965F

Text Example


Text Example

White with #D6965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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