Html Css Color HEX #DF8655 Whiskey Sour

📋 copy color: '#DF8655'

red 223 ◦ green 134 ◦ blue 85

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

Shades of Whiskey Sour #DF8655

Tints of Whiskey Sour #DF8655

RGB

 RED value IS 223 (87.5% from 255) = 50.45%

 GREEN value IS 134 (52.73% from 255) = 30.32%

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

R = 50.45%
G = 30.32%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF8655 (or 0xDF8655) is known color: Whiskey Sour. HEX triplet: DF, 86 and 55. RGB value is (223,134,85). Sum of RGB (Red+Green+Blue) = 223+134+85=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8655 is #2079AA. Grayscale: #9B9B9B. Windows color (decimal): -2128299 or 5605087. OLE color: 5605087.

HSL color Cylindrical-coordinate representation of color #DF8655: hue angle of 21.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF8655 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 134 85 -
CMYK 0 0.40 0.62 0.13
HSL 21.3º 0.68% 0.6% -
HSV(B) 21.3º 0.62% 0.87% -
XYZ 40.6 33.39 12.9 -
YUV 155.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 223 134 85 0 0.40 0.62 0.13 21.3 0.68 0.6
Hex DF 86 55 0 28 3E D 15 44 3C
Octal 337 206 125 0 50 76 15 25 104 74
Binary 11011111 10000110 1010101 0 101000 111110 1101 10101 1000100 111100

Color Harmonies of #DF8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8655

Black with #DF8655

Text Example


Text Example

White with #DF8655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8655; }

 p { color: rgb(223,134,85); }

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

background-color css

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

 a { background-color: rgb(223,134,85); }

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

border-color css

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

 span { border-color: rgb(223,134,85); }

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