Html Css Color HEX #D68F52 Whiskey Sour

📋 copy color: '#D68F52'

red 214 ◦ green 143 ◦ blue 82

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

Shades of Whiskey Sour #D68F52

Tints of Whiskey Sour #D68F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.68%

R = 48.75%
G = 32.57%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D68F52 (or 0xD68F52) is known color: Whiskey Sour. HEX triplet: D6, 8F and 52. RGB value is (214,143,82). Sum of RGB (Red+Green+Blue) = 214+143+82=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F52 is #2970AD. Grayscale: #9D9D9D. Windows color (decimal): -2715822 or 5410774. OLE color: 5410774.

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

Color convert

RGB 214 143 82 -
CMYK 0 0.33 0.62 0.16
HSL 27.73º 0.62% 0.58% -
HSV(B) 27.73º 0.62% 0.84% -
XYZ 39.08 34.55 12.59 -
YUV 157.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 214 143 82 0 0.33 0.62 0.16 27.73 0.62 0.58
Hex D6 8F 52 0 21 3E 10 1C 3E 3A
Octal 326 217 122 0 41 76 20 34 76 72
Binary 11010110 10001111 1010010 0 100001 111110 10000 11100 111110 111010

Color Harmonies of #D68F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F52

Black with #D68F52

Text Example


Text Example

White with #D68F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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