Html Css Color HEX #D69859 Whiskey Sour

📋 copy color: '#D69859'

red 214 ◦ green 152 ◦ blue 89

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

Shades of Whiskey Sour #D69859

Tints of Whiskey Sour #D69859

RGB

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

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

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

R = 47.03%
G = 33.41%
B = 19.56%

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

#D69859 (or 0xD69859) is known color: Whiskey Sour. HEX triplet: D6, 98 and 59. RGB value is (214,152,89). Sum of RGB (Red+Green+Blue) = 214+152+89=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D69859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69859 is #2967A6. Grayscale: #A3A3A3. Windows color (decimal): -2713511 or 5871830. OLE color: 5871830.

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

Color convert

RGB 214 152 89 -
CMYK 0 0.29 0.58 0.16
HSL 30.24º 0.6% 0.59% -
HSV(B) 30.24º 0.58% 0.84% -
XYZ 40.76 37.47 14.54 -
YUV 163.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 214 152 89 0 0.29 0.58 0.16 30.24 0.6 0.59
Hex D6 98 59 0 1D 3A 10 1E 3C 3B
Octal 326 230 131 0 35 72 20 36 74 73
Binary 11010110 10011000 1011001 0 11101 111010 10000 11110 111100 111011

Color Harmonies of #D69859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69859

Black with #D69859

Text Example


Text Example

White with #D69859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69859; }

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

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

background-color css

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

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

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

border-color css

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

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

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