Html Css Color HEX #D58D64 Whiskey

📋 copy color: '#D58D64'

red 213 ◦ green 141 ◦ blue 100

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

Shades of Whiskey #D58D64

Tints of Whiskey #D58D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.06%

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 46.92%
G = 31.06%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D58D64 (or 0xD58D64) is known color: Whiskey. HEX triplet: D5, 8D and 64. RGB value is (213,141,100). Sum of RGB (Red+Green+Blue) = 213+141+100=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D64 is #2A729B. Grayscale: #9E9E9E. Windows color (decimal): -2781852 or 6589909. OLE color: 6589909.

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

Color convert

RGB 213 141 100 -
CMYK 0 0.34 0.53 0.16
HSL 21.77º 0.57% 0.61% -
HSV(B) 21.77º 0.53% 0.84% -
XYZ 39.27 34.12 16.57 -
YUV 157.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 213 141 100 0 0.34 0.53 0.16 21.77 0.57 0.61
Hex D5 8D 64 0 22 35 10 16 39 3D
Octal 325 215 144 0 42 65 20 26 71 75
Binary 11010101 10001101 1100100 0 100010 110101 10000 10110 111001 111101

Color Harmonies of #D58D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D64

Black with #D58D64

Text Example


Text Example

White with #D58D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D64; }

 p { color: rgb(213,141,100); }

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

background-color css

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

 a { background-color: rgb(213,141,100); }

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

border-color css

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

 span { border-color: rgb(213,141,100); }

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