Html Css Color HEX #D59364 Whiskey

📋 copy color: '#D59364'

red 213 ◦ green 147 ◦ blue 100

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

Shades of Whiskey #D59364

Tints of Whiskey #D59364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

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

R = 46.3%
G = 31.96%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D59364 (or 0xD59364) is known color: Whiskey. HEX triplet: D5, 93 and 64. RGB value is (213,147,100). Sum of RGB (Red+Green+Blue) = 213+147+100=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D59364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59364 is #2A6C9B. Grayscale: #A1A1A1. Windows color (decimal): -2780316 or 6591445. OLE color: 6591445.

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

Color convert

RGB 213 147 100 -
CMYK 0 0.31 0.53 0.16
HSL 24.96º 0.57% 0.61% -
HSV(B) 24.96º 0.53% 0.84% -
XYZ 40.17 35.93 16.88 -
YUV 161.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 213 147 100 0 0.31 0.53 0.16 24.96 0.57 0.61
Hex D5 93 64 0 1F 35 10 19 39 3D
Octal 325 223 144 0 37 65 20 31 71 75
Binary 11010101 10010011 1100100 0 11111 110101 10000 11001 111001 111101

Color Harmonies of #D59364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59364

Black with #D59364

Text Example


Text Example

White with #D59364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59364; }

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

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

background-color css

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

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

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

border-color css

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

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

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