Html Css Color HEX #D58C5E Whiskey

📋 copy color: '#D58C5E'

red 213 ◦ green 140 ◦ blue 94

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

Shades of Whiskey #D58C5E

Tints of Whiskey #D58C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.32%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 47.65%
G = 31.32%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D58C5E (or 0xD58C5E) is known color: Whiskey. HEX triplet: D5, 8C and 5E. RGB value is (213,140,94). Sum of RGB (Red+Green+Blue) = 213+140+94=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C5E is #2A73A1. Grayscale: #9C9C9C. Windows color (decimal): -2782114 or 6196437. OLE color: 6196437.

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

Color convert

RGB 213 140 94 -
CMYK 0 0.34 0.56 0.16
HSL 23.19º 0.59% 0.6% -
HSV(B) 23.19º 0.56% 0.84% -
XYZ 38.84 33.71 15.05 -
YUV 156.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 213 140 94 0 0.34 0.56 0.16 23.19 0.59 0.6
Hex D5 8C 5E 0 22 38 10 17 3B 3C
Octal 325 214 136 0 42 70 20 27 73 74
Binary 11010101 10001100 1011110 0 100010 111000 10000 10111 111011 111100

Color Harmonies of #D58C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C5E

Black with #D58C5E

Text Example


Text Example

White with #D58C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C5E; }

 p { color: rgb(213,140,94); }

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

background-color css

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

 a { background-color: rgb(213,140,94); }

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

border-color css

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

 span { border-color: rgb(213,140,94); }

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