Html Css Color HEX #D69555 Whiskey Sour

📋 copy color: '#D69555'

red 214 ◦ green 149 ◦ blue 85

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

Shades of Whiskey Sour #D69555

Tints of Whiskey Sour #D69555

RGB

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

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

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

R = 47.77%
G = 33.26%
B = 18.97%

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

#D69555 (or 0xD69555) is known color: Whiskey Sour. HEX triplet: D6, 95 and 55. RGB value is (214,149,85). Sum of RGB (Red+Green+Blue) = 214+149+85=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D69555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69555 is #296AAA. Grayscale: #A1A1A1. Windows color (decimal): -2714283 or 5608918. OLE color: 5608918.

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

Color convert

RGB 214 149 85 -
CMYK 0 0.30 0.60 0.16
HSL 29.77º 0.61% 0.59% -
HSV(B) 29.77º 0.6% 0.84% -
XYZ 40.12 36.45 13.51 -
YUV 161.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 214 149 85 0 0.30 0.60 0.16 29.77 0.61 0.59
Hex D6 95 55 0 1E 3C 10 1E 3D 3B
Octal 326 225 125 0 36 74 20 36 75 73
Binary 11010110 10010101 1010101 0 11110 111100 10000 11110 111101 111011

Color Harmonies of #D69555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69555

Black with #D69555

Text Example


Text Example

White with #D69555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69555; }

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

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

background-color css

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

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

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

border-color css

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

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

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