Html Css Color HEX #D69560 Whiskey Sour

📋 copy color: '#D69560'

red 214 ◦ green 149 ◦ blue 96

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

Shades of Whiskey Sour #D69560

Tints of Whiskey Sour #D69560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.92%

R = 46.62%
G = 32.46%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D69560 (or 0xD69560) is known color: Whiskey Sour. HEX triplet: D6, 95 and 60. RGB value is (214,149,96). Sum of RGB (Red+Green+Blue) = 214+149+96=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D69560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69560 is #296A9F. Grayscale: #A2A2A2. Windows color (decimal): -2714272 or 6329814. OLE color: 6329814.

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

Color convert

RGB 214 149 96 -
CMYK 0 0.30 0.55 0.16
HSL 26.95º 0.59% 0.61% -
HSV(B) 26.95º 0.55% 0.84% -
XYZ 40.59 36.64 16 -
YUV 162.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 214 149 96 0 0.30 0.55 0.16 26.95 0.59 0.61
Hex D6 95 60 0 1E 37 10 1B 3B 3D
Octal 326 225 140 0 36 67 20 33 73 75
Binary 11010110 10010101 1100000 0 11110 110111 10000 11011 111011 111101

Color Harmonies of #D69560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69560

Black with #D69560

Text Example


Text Example

White with #D69560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69560; }

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

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

background-color css

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

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

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

border-color css

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

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

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