Html Css Color HEX #D59162 Whiskey

📋 copy color: '#D59162'

red 213 ◦ green 145 ◦ blue 98

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

Shades of Whiskey #D59162

Tints of Whiskey #D59162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.8%

 BLUE value IS 98 (38.67% from 255) = 21.49%

R = 46.71%
G = 31.8%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D59162 (or 0xD59162) is known color: Whiskey. HEX triplet: D5, 91 and 62. RGB value is (213,145,98). Sum of RGB (Red+Green+Blue) = 213+145+98=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D59162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59162 is #2A6E9D. Grayscale: #A0A0A0. Windows color (decimal): -2780830 or 6459861. OLE color: 6459861.

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

Color convert

RGB 213 145 98 -
CMYK 0 0.32 0.54 0.16
HSL 24.52º 0.58% 0.61% -
HSV(B) 24.52º 0.54% 0.84% -
XYZ 39.77 35.28 16.27 -
YUV 159.97 93.03 165.82 -
System Red Green Blue C M Y K H S L
Decimal 213 145 98 0 0.32 0.54 0.16 24.52 0.58 0.61
Hex D5 91 62 0 20 36 10 19 3A 3D
Octal 325 221 142 0 40 66 20 31 72 75
Binary 11010101 10010001 1100010 0 100000 110110 10000 11001 111010 111101

Color Harmonies of #D59162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59162

Black with #D59162

Text Example


Text Example

White with #D59162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59162; }

 p { color: rgb(213,145,98); }

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

background-color css

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

 a { background-color: rgb(213,145,98); }

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

border-color css

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

 span { border-color: rgb(213,145,98); }

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