Html Css Color HEX #D68F62 Whiskey

📋 copy color: '#D68F62'

red 214 ◦ green 143 ◦ blue 98

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

Shades of Whiskey #D68F62

Tints of Whiskey #D68F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.54%

R = 47.03%
G = 31.43%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D68F62 (or 0xD68F62) is known color: Whiskey. HEX triplet: D6, 8F and 62. RGB value is (214,143,98). Sum of RGB (Red+Green+Blue) = 214+143+98=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F62 is #29709D. Grayscale: #9F9F9F. Windows color (decimal): -2715806 or 6459350. OLE color: 6459350.

HSL color Cylindrical-coordinate representation of color #D68F62: hue angle of 23.28º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D68F62 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 143 98 -
CMYK 0 0.33 0.54 0.16
HSL 23.28º 0.59% 0.61% -
HSV(B) 23.28º 0.54% 0.84% -
XYZ 39.76 34.82 16.18 -
YUV 159.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 214 143 98 0 0.33 0.54 0.16 23.28 0.59 0.61
Hex D6 8F 62 0 21 36 10 17 3B 3D
Octal 326 217 142 0 41 66 20 27 73 75
Binary 11010110 10001111 1100010 0 100001 110110 10000 10111 111011 111101

Color Harmonies of #D68F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F62

Black with #D68F62

Text Example


Text Example

White with #D68F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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