Html Css Color HEX #D58A61 Whiskey

📋 copy color: '#D58A61'

red 213 ◦ green 138 ◦ blue 97

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

Shades of Whiskey #D58A61

Tints of Whiskey #D58A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.8%

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 47.54%
G = 30.8%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D58A61 (or 0xD58A61) is known color: Whiskey. HEX triplet: D5, 8A and 61. RGB value is (213,138,97). Sum of RGB (Red+Green+Blue) = 213+138+97=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A61 is #2A759E. Grayscale: #9B9B9B. Windows color (decimal): -2782623 or 6392533. OLE color: 6392533.

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

Color convert

RGB 213 138 97 -
CMYK 0 0.35 0.54 0.16
HSL 21.21º 0.58% 0.61% -
HSV(B) 21.21º 0.54% 0.84% -
XYZ 38.69 33.19 15.68 -
YUV 155.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 213 138 97 0 0.35 0.54 0.16 21.21 0.58 0.61
Hex D5 8A 61 0 23 36 10 15 3A 3D
Octal 325 212 141 0 43 66 20 25 72 75
Binary 11010101 10001010 1100001 0 100011 110110 10000 10101 111010 111101

Color Harmonies of #D58A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A61

Black with #D58A61

Text Example


Text Example

White with #D58A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A61; }

 p { color: rgb(213,138,97); }

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

background-color css

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

 a { background-color: rgb(213,138,97); }

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

border-color css

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

 span { border-color: rgb(213,138,97); }

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