Html Css Color HEX #D6915F Whiskey Sour

📋 copy color: '#D6915F'

red 214 ◦ green 145 ◦ blue 95

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

Shades of Whiskey Sour #D6915F

Tints of Whiskey Sour #D6915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.94%

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

R = 47.14%
G = 31.94%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6915F (or 0xD6915F) is known color: Whiskey Sour. HEX triplet: D6, 91 and 5F. RGB value is (214,145,95). Sum of RGB (Red+Green+Blue) = 214+145+95=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6915F is #296EA0. Grayscale: #A0A0A0. Windows color (decimal): -2715297 or 6263254. OLE color: 6263254.

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

Color convert

RGB 214 145 95 -
CMYK 0 0.32 0.56 0.16
HSL 25.21º 0.59% 0.61% -
HSV(B) 25.21º 0.56% 0.84% -
XYZ 39.92 35.37 15.55 -
YUV 159.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 214 145 95 0 0.32 0.56 0.16 25.21 0.59 0.61
Hex D6 91 5F 0 20 38 10 19 3B 3D
Octal 326 221 137 0 40 70 20 31 73 75
Binary 11010110 10010001 1011111 0 100000 111000 10000 11001 111011 111101

Color Harmonies of #D6915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6915F

Black with #D6915F

Text Example


Text Example

White with #D6915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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