Html Css Color HEX #D69159 Whiskey Sour

📋 copy color: '#D69159'

red 214 ◦ green 145 ◦ blue 89

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

Shades of Whiskey Sour #D69159

Tints of Whiskey Sour #D69159

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.37%

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

R = 47.77%
G = 32.37%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D69159 (or 0xD69159) is known color: Whiskey Sour. HEX triplet: D6, 91 and 59. RGB value is (214,145,89). Sum of RGB (Red+Green+Blue) = 214+145+89=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D69159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69159 is #296EA6. Grayscale: #9F9F9F. Windows color (decimal): -2715303 or 5870038. OLE color: 5870038.

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

Color convert

RGB 214 145 89 -
CMYK 0 0.32 0.58 0.16
HSL 26.88º 0.6% 0.59% -
HSV(B) 26.88º 0.58% 0.84% -
XYZ 39.66 35.27 14.17 -
YUV 159.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 214 145 89 0 0.32 0.58 0.16 26.88 0.6 0.59
Hex D6 91 59 0 20 3A 10 1B 3C 3B
Octal 326 221 131 0 40 72 20 33 74 73
Binary 11010110 10010001 1011001 0 100000 111010 10000 11011 111100 111011

Color Harmonies of #D69159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69159

Black with #D69159

Text Example


Text Example

White with #D69159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69159; }

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

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

background-color css

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

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

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

border-color css

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

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

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