Html Css Color HEX #D59466 Whiskey

📋 copy color: '#D59466'

red 213 ◦ green 148 ◦ blue 102

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

Shades of Whiskey #D59466

Tints of Whiskey #D59466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.97%

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 46%
G = 31.97%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D59466 (or 0xD59466) is known color: Whiskey. HEX triplet: D5, 94 and 66. RGB value is (213,148,102). Sum of RGB (Red+Green+Blue) = 213+148+102=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D59466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59466 is #2A6B99. Grayscale: #A2A2A2. Windows color (decimal): -2780058 or 6722773. OLE color: 6722773.

HSL color Cylindrical-coordinate representation of color #D59466: hue angle of 24.86º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D59466 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 102 -
CMYK 0 0.31 0.52 0.16
HSL 24.86º 0.57% 0.62% -
HSV(B) 24.86º 0.52% 0.84% -
XYZ 40.43 36.29 17.44 -
YUV 162.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 213 148 102 0 0.31 0.52 0.16 24.86 0.57 0.62
Hex D5 94 66 0 1F 34 10 19 39 3E
Octal 325 224 146 0 37 64 20 31 71 76
Binary 11010101 10010100 1100110 0 11111 110100 10000 11001 111001 111110

Color Harmonies of #D59466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59466

Black with #D59466

Text Example


Text Example

White with #D59466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59466; }

 p { color: rgb(213,148,102); }

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

background-color css

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

 a { background-color: rgb(213,148,102); }

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

border-color css

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

 span { border-color: rgb(213,148,102); }

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