Html Css Color HEX #D69155 Whiskey Sour

📋 copy color: '#D69155'

red 214 ◦ green 145 ◦ blue 85

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

Shades of Whiskey Sour #D69155

Tints of Whiskey Sour #D69155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.66%

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

R = 48.2%
G = 32.66%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D69155 (or 0xD69155) is known color: Whiskey Sour. HEX triplet: D6, 91 and 55. RGB value is (214,145,85). Sum of RGB (Red+Green+Blue) = 214+145+85=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D69155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69155 is #296EAA. Grayscale: #9F9F9F. Windows color (decimal): -2715307 or 5607894. OLE color: 5607894.

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

Color convert

RGB 214 145 85 -
CMYK 0 0.32 0.60 0.16
HSL 27.91º 0.61% 0.59% -
HSV(B) 27.91º 0.6% 0.84% -
XYZ 39.5 35.2 13.31 -
YUV 158.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 214 145 85 0 0.32 0.60 0.16 27.91 0.61 0.59
Hex D6 91 55 0 20 3C 10 1C 3D 3B
Octal 326 221 125 0 40 74 20 34 75 73
Binary 11010110 10010001 1010101 0 100000 111100 10000 11100 111101 111011

Color Harmonies of #D69155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69155

Black with #D69155

Text Example


Text Example

White with #D69155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69155; }

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

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

background-color css

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

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

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

border-color css

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

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

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