Html Css Color HEX #D69655 Whiskey Sour

📋 copy color: '#D69655'

red 214 ◦ green 150 ◦ blue 85

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

Shades of Whiskey Sour #D69655

Tints of Whiskey Sour #D69655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

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

R = 47.66%
G = 33.41%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D69655 (or 0xD69655) is known color: Whiskey Sour. HEX triplet: D6, 96 and 55. RGB value is (214,150,85). Sum of RGB (Red+Green+Blue) = 214+150+85=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D69655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69655 is #2969AA. Grayscale: #A2A2A2. Windows color (decimal): -2714027 or 5609174. OLE color: 5609174.

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

Color convert

RGB 214 150 85 -
CMYK 0 0.30 0.60 0.16
HSL 30.23º 0.61% 0.59% -
HSV(B) 30.23º 0.6% 0.84% -
XYZ 40.28 36.76 13.57 -
YUV 161.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 214 150 85 0 0.30 0.60 0.16 30.23 0.61 0.59
Hex D6 96 55 0 1E 3C 10 1E 3D 3B
Octal 326 226 125 0 36 74 20 36 75 73
Binary 11010110 10010110 1010101 0 11110 111100 10000 11110 111101 111011

Color Harmonies of #D69655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69655

Black with #D69655

Text Example


Text Example

White with #D69655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69655; }

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

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

background-color css

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

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

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

border-color css

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

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

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