Html Css Color HEX #D68F64 Whiskey

📋 copy color: '#D68F64'

red 214 ◦ green 143 ◦ blue 100

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

Shades of Whiskey #D68F64

Tints of Whiskey #D68F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.88%

R = 46.83%
G = 31.29%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D68F64 (or 0xD68F64) is known color: Whiskey. HEX triplet: D6, 8F and 64. RGB value is (214,143,100). Sum of RGB (Red+Green+Blue) = 214+143+100=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F64 is #29709B. Grayscale: #9F9F9F. Windows color (decimal): -2715804 or 6590422. OLE color: 6590422.

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

Color convert

RGB 214 143 100 -
CMYK 0 0.33 0.53 0.16
HSL 22.63º 0.58% 0.62% -
HSV(B) 22.63º 0.53% 0.84% -
XYZ 39.85 34.86 16.68 -
YUV 159.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 214 143 100 0 0.33 0.53 0.16 22.63 0.58 0.62
Hex D6 8F 64 0 21 35 10 17 3A 3E
Octal 326 217 144 0 41 65 20 27 72 76
Binary 11010110 10001111 1100100 0 100001 110101 10000 10111 111010 111110

Color Harmonies of #D68F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F64

Black with #D68F64

Text Example


Text Example

White with #D68F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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