Html Css Color HEX #D68D5F Whiskey

📋 copy color: '#D68D5F'

red 214 ◦ green 141 ◦ blue 95

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

Shades of Whiskey #D68D5F

Tints of Whiskey #D68D5F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.33%

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

R = 47.56%
G = 31.33%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D68D5F (or 0xD68D5F) is known color: Whiskey. HEX triplet: D6, 8D and 5F. RGB value is (214,141,95). Sum of RGB (Red+Green+Blue) = 214+141+95=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D5F is #2972A0. Grayscale: #9D9D9D. Windows color (decimal): -2716321 or 6262230. OLE color: 6262230.

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

Color convert

RGB 214 141 95 -
CMYK 0 0.34 0.56 0.16
HSL 23.19º 0.59% 0.61% -
HSV(B) 23.19º 0.56% 0.84% -
XYZ 39.32 34.17 15.35 -
YUV 157.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 214 141 95 0 0.34 0.56 0.16 23.19 0.59 0.61
Hex D6 8D 5F 0 22 38 10 17 3B 3D
Octal 326 215 137 0 42 70 20 27 73 75
Binary 11010110 10001101 1011111 0 100010 111000 10000 10111 111011 111101

Color Harmonies of #D68D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D5F

Black with #D68D5F

Text Example


Text Example

White with #D68D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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