Html Css Color HEX #D68C4F Whiskey Sour

📋 copy color: '#D68C4F'

red 214 ◦ green 140 ◦ blue 79

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

Shades of Whiskey Sour #D68C4F

Tints of Whiskey Sour #D68C4F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

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

R = 49.42%
G = 32.33%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D68C4F (or 0xD68C4F) is known color: Whiskey Sour. HEX triplet: D6, 8C and 4F. RGB value is (214,140,79). Sum of RGB (Red+Green+Blue) = 214+140+79=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C4F is #2973B0. Grayscale: #9B9B9B. Windows color (decimal): -2716593 or 5213398. OLE color: 5213398.

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

Color convert

RGB 214 140 79 -
CMYK 0 0.35 0.63 0.16
HSL 27.11º 0.62% 0.57% -
HSV(B) 27.11º 0.63% 0.84% -
XYZ 38.52 33.62 11.86 -
YUV 155.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 214 140 79 0 0.35 0.63 0.16 27.11 0.62 0.57
Hex D6 8C 4F 0 23 3F 10 1B 3E 39
Octal 326 214 117 0 43 77 20 33 76 71
Binary 11010110 10001100 1001111 0 100011 111111 10000 11011 111110 111001

Color Harmonies of #D68C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C4F

Black with #D68C4F

Text Example


Text Example

White with #D68C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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