Html Css Color HEX #D58E64 Whiskey

📋 copy color: '#D58E64'

red 213 ◦ green 142 ◦ blue 100

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

Shades of Whiskey #D58E64

Tints of Whiskey #D58E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.21%

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

R = 46.81%
G = 31.21%
B = 21.98%

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

#D58E64 (or 0xD58E64) is known color: Whiskey. HEX triplet: D5, 8E and 64. RGB value is (213,142,100). Sum of RGB (Red+Green+Blue) = 213+142+100=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58E64 is #2A719B. Grayscale: #9E9E9E. Windows color (decimal): -2781596 or 6590165. OLE color: 6590165.

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

Color convert

RGB 213 142 100 -
CMYK 0 0.33 0.53 0.16
HSL 22.3º 0.57% 0.61% -
HSV(B) 22.3º 0.53% 0.84% -
XYZ 39.41 34.41 16.62 -
YUV 158.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 213 142 100 0 0.33 0.53 0.16 22.3 0.57 0.61
Hex D5 8E 64 0 21 35 10 16 39 3D
Octal 325 216 144 0 41 65 20 26 71 75
Binary 11010101 10001110 1100100 0 100001 110101 10000 10110 111001 111101

Color Harmonies of #D58E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E64

Black with #D58E64

Text Example


Text Example

White with #D58E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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