Html Css Color HEX #D68F5F Whiskey Sour

📋 copy color: '#D68F5F'

red 214 ◦ green 143 ◦ blue 95

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

Shades of Whiskey Sour #D68F5F

Tints of Whiskey Sour #D68F5F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

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

R = 47.35%
G = 31.64%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D68F5F (or 0xD68F5F) is known color: Whiskey Sour. HEX triplet: D6, 8F and 5F. RGB value is (214,143,95). Sum of RGB (Red+Green+Blue) = 214+143+95=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F5F is #2970A0. Grayscale: #9F9F9F. Windows color (decimal): -2715809 or 6262742. OLE color: 6262742.

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

Color convert

RGB 214 143 95 -
CMYK 0 0.33 0.56 0.16
HSL 24.2º 0.59% 0.61% -
HSV(B) 24.2º 0.56% 0.84% -
XYZ 39.62 34.77 15.45 -
YUV 158.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 214 143 95 0 0.33 0.56 0.16 24.2 0.59 0.61
Hex D6 8F 5F 0 21 38 10 18 3B 3D
Octal 326 217 137 0 41 70 20 30 73 75
Binary 11010110 10001111 1011111 0 100001 111000 10000 11000 111011 111101

Color Harmonies of #D68F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F5F

Black with #D68F5F

Text Example


Text Example

White with #D68F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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