Html Css Color HEX #D59F6C Whiskey

📋 copy color: '#D59F6C'

red 213 ◦ green 159 ◦ blue 108

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

Shades of Whiskey #D59F6C

Tints of Whiskey #D59F6C

RGB

 RED value IS 213 (83.59% from 255) = 44.38%

 GREEN value IS 159 (62.5% from 255) = 33.13%

 BLUE value IS 108 (42.58% from 255) = 22.5%

R = 44.38%
G = 33.13%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D59F6C (or 0xD59F6C) is known color: Whiskey. HEX triplet: D5, 9F and 6C. RGB value is (213,159,108). Sum of RGB (Red+Green+Blue) = 213+159+108=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F6C is #2A6093. Grayscale: #A9A9A9. Windows color (decimal): -2777236 or 7118805. OLE color: 7118805.

HSL color Cylindrical-coordinate representation of color #D59F6C: hue angle of 29.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D59F6C is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 108 -
CMYK 0 0.25 0.49 0.16
HSL 29.14º 0.56% 0.63% -
HSV(B) 29.14º 0.49% 0.84% -
XYZ 42.55 40.03 19.67 -
YUV 169.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 213 159 108 0 0.25 0.49 0.16 29.14 0.56 0.63
Hex D5 9F 6C 0 19 31 10 1D 38 3F
Octal 325 237 154 0 31 61 20 35 70 77
Binary 11010101 10011111 1101100 0 11001 110001 10000 11101 111000 111111

Color Harmonies of #D59F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F6C

Black with #D59F6C

Text Example


Text Example

White with #D59F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F6C; }

 p { color: rgb(213,159,108); }

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

background-color css

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

 a { background-color: rgb(213,159,108); }

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

border-color css

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

 span { border-color: rgb(213,159,108); }

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