Html Css Color HEX #D69759 Whiskey Sour

📋 copy color: '#D69759'

red 214 ◦ green 151 ◦ blue 89

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

Shades of Whiskey Sour #D69759

Tints of Whiskey Sour #D69759

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.26%

 BLUE value IS 89 (35.16% from 255) = 19.6%

R = 47.14%
G = 33.26%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D69759 (or 0xD69759) is known color: Whiskey Sour. HEX triplet: D6, 97 and 59. RGB value is (214,151,89). Sum of RGB (Red+Green+Blue) = 214+151+89=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D69759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69759 is #2968A6. Grayscale: #A3A3A3. Windows color (decimal): -2713767 or 5871574. OLE color: 5871574.

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

Color convert

RGB 214 151 89 -
CMYK 0 0.29 0.58 0.16
HSL 29.76º 0.6% 0.59% -
HSV(B) 29.76º 0.58% 0.84% -
XYZ 40.6 37.15 14.48 -
YUV 162.77 86.37 164.54 -
System Red Green Blue C M Y K H S L
Decimal 214 151 89 0 0.29 0.58 0.16 29.76 0.6 0.59
Hex D6 97 59 0 1D 3A 10 1E 3C 3B
Octal 326 227 131 0 35 72 20 36 74 73
Binary 11010110 10010111 1011001 0 11101 111010 10000 11110 111100 111011

Color Harmonies of #D69759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69759

Black with #D69759

Text Example


Text Example

White with #D69759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69759; }

 p { color: rgb(214,151,89); }

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

background-color css

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

 a { background-color: rgb(214,151,89); }

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

border-color css

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

 span { border-color: rgb(214,151,89); }

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