Html Css Color HEX #D68E4F Whiskey Sour

📋 copy color: '#D68E4F'

red 214 ◦ green 142 ◦ blue 79

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

Shades of Whiskey Sour #D68E4F

Tints of Whiskey Sour #D68E4F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.64%

 BLUE value IS 79 (31.25% from 255) = 18.16%

R = 49.2%
G = 32.64%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D68E4F (or 0xD68E4F) is known color: Whiskey Sour. HEX triplet: D6, 8E and 4F. RGB value is (214,142,79). Sum of RGB (Red+Green+Blue) = 214+142+79=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E4F is #2971B0. Grayscale: #9C9C9C. Windows color (decimal): -2716081 or 5213910. OLE color: 5213910.

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

Color convert

RGB 214 142 79 -
CMYK 0 0.34 0.63 0.16
HSL 28º 0.62% 0.57% -
HSV(B) 28º 0.63% 0.84% -
XYZ 38.82 34.21 11.95 -
YUV 156.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 214 142 79 0 0.34 0.63 0.16 28 0.62 0.57
Hex D6 8E 4F 0 22 3F 10 1C 3E 39
Octal 326 216 117 0 42 77 20 34 76 71
Binary 11010110 10001110 1001111 0 100010 111111 10000 11100 111110 111001

Color Harmonies of #D68E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E4F

Black with #D68E4F

Text Example


Text Example

White with #D68E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E4F; }

 p { color: rgb(214,142,79); }

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

background-color css

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

 a { background-color: rgb(214,142,79); }

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

border-color css

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

 span { border-color: rgb(214,142,79); }

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