Html Css Color HEX #D69355 Whiskey Sour

📋 copy color: '#D69355'

red 214 ◦ green 147 ◦ blue 85

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

Shades of Whiskey Sour #D69355

Tints of Whiskey Sour #D69355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.06%

R = 47.98%
G = 32.96%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D69355 (or 0xD69355) is known color: Whiskey Sour. HEX triplet: D6, 93 and 55. RGB value is (214,147,85). Sum of RGB (Red+Green+Blue) = 214+147+85=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D69355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69355 is #296CAA. Grayscale: #A0A0A0. Windows color (decimal): -2714795 or 5608406. OLE color: 5608406.

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

Color convert

RGB 214 147 85 -
CMYK 0 0.31 0.60 0.16
HSL 28.84º 0.61% 0.59% -
HSV(B) 28.84º 0.6% 0.84% -
XYZ 39.8 35.82 13.41 -
YUV 159.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 214 147 85 0 0.31 0.60 0.16 28.84 0.61 0.59
Hex D6 93 55 0 1F 3C 10 1D 3D 3B
Octal 326 223 125 0 37 74 20 35 75 73
Binary 11010110 10010011 1010101 0 11111 111100 10000 11101 111101 111011

Color Harmonies of #D69355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69355

Black with #D69355

Text Example


Text Example

White with #D69355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69355; }

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

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

background-color css

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

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

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

border-color css

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

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

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