Html Css Color HEX #D6995F Whiskey Sour

📋 copy color: '#D6995F'

red 214 ◦ green 153 ◦ blue 95

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

Shades of Whiskey Sour #D6995F

Tints of Whiskey Sour #D6995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

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

R = 46.32%
G = 33.12%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6995F (or 0xD6995F) is known color: Whiskey Sour. HEX triplet: D6, 99 and 5F. RGB value is (214,153,95). Sum of RGB (Red+Green+Blue) = 214+153+95=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D6995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6995F is #2966A0. Grayscale: #A4A4A4. Windows color (decimal): -2713249 or 6265302. OLE color: 6265302.

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

Color convert

RGB 214 153 95 -
CMYK 0 0.29 0.56 0.16
HSL 29.24º 0.59% 0.61% -
HSV(B) 29.24º 0.56% 0.84% -
XYZ 41.19 37.9 15.97 -
YUV 164.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 214 153 95 0 0.29 0.56 0.16 29.24 0.59 0.61
Hex D6 99 5F 0 1D 38 10 1D 3B 3D
Octal 326 231 137 0 35 70 20 35 73 75
Binary 11010110 10011001 1011111 0 11101 111000 10000 11101 111011 111101

Color Harmonies of #D6995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6995F

Black with #D6995F

Text Example


Text Example

White with #D6995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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