Html Css Color HEX #D58F65 Whiskey

📋 copy color: '#D58F65'

red 213 ◦ green 143 ◦ blue 101

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

Shades of Whiskey #D58F65

Tints of Whiskey #D58F65

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.29%

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 46.61%
G = 31.29%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D58F65 (or 0xD58F65) is known color: Whiskey. HEX triplet: D5, 8F and 65. RGB value is (213,143,101). Sum of RGB (Red+Green+Blue) = 213+143+101=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F65 is #2A709A. Grayscale: #9F9F9F. Windows color (decimal): -2781339 or 6655957. OLE color: 6655957.

HSL color Cylindrical-coordinate representation of color #D58F65: hue angle of 22.5º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D58F65 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 143 101 -
CMYK 0 0.33 0.53 0.16
HSL 22.5º 0.57% 0.62% -
HSV(B) 22.5º 0.53% 0.84% -
XYZ 39.61 34.73 16.93 -
YUV 159.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 213 143 101 0 0.33 0.53 0.16 22.5 0.57 0.62
Hex D5 8F 65 0 21 35 10 16 39 3E
Octal 325 217 145 0 41 65 20 26 71 76
Binary 11010101 10001111 1100101 0 100001 110101 10000 10110 111001 111110

Color Harmonies of #D58F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F65

Black with #D58F65

Text Example


Text Example

White with #D58F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F65; }

 p { color: rgb(213,143,101); }

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

background-color css

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

 a { background-color: rgb(213,143,101); }

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

border-color css

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

 span { border-color: rgb(213,143,101); }

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