Html Css Color HEX #D59467 Whiskey

📋 copy color: '#D59467'

red 213 ◦ green 148 ◦ blue 103

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

Shades of Whiskey #D59467

Tints of Whiskey #D59467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.2%

R = 45.91%
G = 31.9%
B = 22.2%

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

#D59467 (or 0xD59467) is known color: Whiskey. HEX triplet: D5, 94 and 67. RGB value is (213,148,103). Sum of RGB (Red+Green+Blue) = 213+148+103=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D59467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59467 is #2A6B98. Grayscale: #A2A2A2. Windows color (decimal): -2780057 or 6788309. OLE color: 6788309.

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

Color convert

RGB 213 148 103 -
CMYK 0 0.31 0.52 0.16
HSL 24.55º 0.57% 0.62% -
HSV(B) 24.55º 0.52% 0.84% -
XYZ 40.48 36.31 17.71 -
YUV 162.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 213 148 103 0 0.31 0.52 0.16 24.55 0.57 0.62
Hex D5 94 67 0 1F 34 10 19 39 3E
Octal 325 224 147 0 37 64 20 31 71 76
Binary 11010101 10010100 1100111 0 11111 110100 10000 11001 111001 111110

Color Harmonies of #D59467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59467

Black with #D59467

Text Example


Text Example

White with #D59467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59467; }

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

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

background-color css

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

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

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

border-color css

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

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

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