Html Css Color HEX #D69361 Whiskey Sour

📋 copy color: '#D69361'

red 214 ◦ green 147 ◦ blue 97

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

Shades of Whiskey Sour #D69361

Tints of Whiskey Sour #D69361

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.1%

 BLUE value IS 97 (38.28% from 255) = 21.18%

R = 46.72%
G = 32.1%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D69361 (or 0xD69361) is known color: Whiskey Sour. HEX triplet: D6, 93 and 61. RGB value is (214,147,97). Sum of RGB (Red+Green+Blue) = 214+147+97=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D69361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69361 is #296C9E. Grayscale: #A1A1A1. Windows color (decimal): -2714783 or 6394838. OLE color: 6394838.

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

Color convert

RGB 214 147 97 -
CMYK 0 0.31 0.55 0.16
HSL 25.64º 0.59% 0.61% -
HSV(B) 25.64º 0.55% 0.84% -
XYZ 40.32 36.03 16.14 -
YUV 161.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 214 147 97 0 0.31 0.55 0.16 25.64 0.59 0.61
Hex D6 93 61 0 1F 37 10 1A 3B 3D
Octal 326 223 141 0 37 67 20 32 73 75
Binary 11010110 10010011 1100001 0 11111 110111 10000 11010 111011 111101

Color Harmonies of #D69361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69361

Black with #D69361

Text Example


Text Example

White with #D69361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69361; }

 p { color: rgb(214,147,97); }

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

background-color css

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

 a { background-color: rgb(214,147,97); }

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

border-color css

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

 span { border-color: rgb(214,147,97); }

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