Html Css Color HEX #D69860 Whiskey Sour

📋 copy color: '#D69860'

red 214 ◦ green 152 ◦ blue 96

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

Shades of Whiskey Sour #D69860

Tints of Whiskey Sour #D69860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.9%

 BLUE value IS 96 (37.89% from 255) = 20.78%

R = 46.32%
G = 32.9%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D69860 (or 0xD69860) is known color: Whiskey Sour. HEX triplet: D6, 98 and 60. RGB value is (214,152,96). Sum of RGB (Red+Green+Blue) = 214+152+96=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D69860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69860 is #29679F. Grayscale: #A4A4A4. Windows color (decimal): -2713504 or 6330582. OLE color: 6330582.

HSL color Cylindrical-coordinate representation of color #D69860: hue angle of 28.47º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D69860 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 96 -
CMYK 0 0.29 0.55 0.16
HSL 28.47º 0.59% 0.61% -
HSV(B) 28.47º 0.55% 0.84% -
XYZ 41.07 37.6 16.16 -
YUV 164.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 214 152 96 0 0.29 0.55 0.16 28.47 0.59 0.61
Hex D6 98 60 0 1D 37 10 1C 3B 3D
Octal 326 230 140 0 35 67 20 34 73 75
Binary 11010110 10011000 1100000 0 11101 110111 10000 11100 111011 111101

Color Harmonies of #D69860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69860

Black with #D69860

Text Example


Text Example

White with #D69860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69860; }

 p { color: rgb(214,152,96); }

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

background-color css

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

 a { background-color: rgb(214,152,96); }

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

border-color css

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

 span { border-color: rgb(214,152,96); }

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