Html Css Color HEX #D68F66 Whiskey

📋 copy color: '#D68F66'

red 214 ◦ green 143 ◦ blue 102

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

Shades of Whiskey #D68F66

Tints of Whiskey #D68F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.22%

R = 46.62%
G = 31.15%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D68F66 (or 0xD68F66) is known color: Whiskey. HEX triplet: D6, 8F and 66. RGB value is (214,143,102). Sum of RGB (Red+Green+Blue) = 214+143+102=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F66 is #297099. Grayscale: #9F9F9F. Windows color (decimal): -2715802 or 6721494. OLE color: 6721494.

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

Color convert

RGB 214 143 102 -
CMYK 0 0.33 0.52 0.16
HSL 21.96º 0.58% 0.62% -
HSV(B) 21.96º 0.52% 0.84% -
XYZ 39.95 34.9 17.2 -
YUV 159.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 214 143 102 0 0.33 0.52 0.16 21.96 0.58 0.62
Hex D6 8F 66 0 21 34 10 16 3A 3E
Octal 326 217 146 0 41 64 20 26 72 76
Binary 11010110 10001111 1100110 0 100001 110100 10000 10110 111010 111110

Color Harmonies of #D68F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F66

Black with #D68F66

Text Example


Text Example

White with #D68F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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