Html Css Color HEX #D69059 Whiskey Sour

📋 copy color: '#D69059'

red 214 ◦ green 144 ◦ blue 89

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

Shades of Whiskey Sour #D69059

Tints of Whiskey Sour #D69059

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.21%

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

R = 47.87%
G = 32.21%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D69059 (or 0xD69059) is known color: Whiskey Sour. HEX triplet: D6, 90 and 59. RGB value is (214,144,89). Sum of RGB (Red+Green+Blue) = 214+144+89=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D69059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69059 is #296FA6. Grayscale: #9E9E9E. Windows color (decimal): -2715559 or 5869782. OLE color: 5869782.

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

Color convert

RGB 214 144 89 -
CMYK 0 0.33 0.58 0.16
HSL 26.4º 0.6% 0.59% -
HSV(B) 26.4º 0.58% 0.84% -
XYZ 39.51 34.96 14.12 -
YUV 158.66 88.69 167.47 -
System Red Green Blue C M Y K H S L
Decimal 214 144 89 0 0.33 0.58 0.16 26.4 0.6 0.59
Hex D6 90 59 0 21 3A 10 1A 3C 3B
Octal 326 220 131 0 41 72 20 32 74 73
Binary 11010110 10010000 1011001 0 100001 111010 10000 11010 111100 111011

Color Harmonies of #D69059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69059

Black with #D69059

Text Example


Text Example

White with #D69059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69059; }

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

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

background-color css

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

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

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

border-color css

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

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

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