Html Css Color HEX #D69559 Whiskey Sour

📋 copy color: '#D69559'

red 214 ◦ green 149 ◦ blue 89

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

Shades of Whiskey Sour #D69559

Tints of Whiskey Sour #D69559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

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

R = 47.35%
G = 32.96%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D69559 (or 0xD69559) is known color: Whiskey Sour. HEX triplet: D6, 95 and 59. RGB value is (214,149,89). Sum of RGB (Red+Green+Blue) = 214+149+89=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D69559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69559 is #296AA6. Grayscale: #A1A1A1. Windows color (decimal): -2714279 or 5871062. OLE color: 5871062.

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

Color convert

RGB 214 149 89 -
CMYK 0 0.30 0.58 0.16
HSL 28.8º 0.6% 0.59% -
HSV(B) 28.8º 0.58% 0.84% -
XYZ 40.28 36.51 14.38 -
YUV 161.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 214 149 89 0 0.30 0.58 0.16 28.8 0.6 0.59
Hex D6 95 59 0 1E 3A 10 1D 3C 3B
Octal 326 225 131 0 36 72 20 35 74 73
Binary 11010110 10010101 1011001 0 11110 111010 10000 11101 111100 111011

Color Harmonies of #D69559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69559

Black with #D69559

Text Example


Text Example

White with #D69559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69559; }

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

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

background-color css

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

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

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

border-color css

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

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

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