Html Css Color HEX #D59A6B Whiskey

📋 copy color: '#D59A6B'

red 213 ◦ green 154 ◦ blue 107

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

Shades of Whiskey #D59A6B

Tints of Whiskey #D59A6B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

 BLUE value IS 107 (42.19% from 255) = 22.57%

R = 44.94%
G = 32.49%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D59A6B (or 0xD59A6B) is known color: Whiskey. HEX triplet: D5, 9A and 6B. RGB value is (213,154,107). Sum of RGB (Red+Green+Blue) = 213+154+107=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A6B is #2A6594. Grayscale: #A6A6A6. Windows color (decimal): -2778517 or 7051989. OLE color: 7051989.

HSL color Cylindrical-coordinate representation of color #D59A6B: hue angle of 26.6º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D59A6B is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 107 -
CMYK 0 0.28 0.50 0.16
HSL 26.6º 0.56% 0.63% -
HSV(B) 26.6º 0.5% 0.84% -
XYZ 41.65 38.32 19.11 -
YUV 166.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 213 154 107 0 0.28 0.50 0.16 26.6 0.56 0.63
Hex D5 9A 6B 0 1C 32 10 1B 38 3F
Octal 325 232 153 0 34 62 20 33 70 77
Binary 11010101 10011010 1101011 0 11100 110010 10000 11011 111000 111111

Color Harmonies of #D59A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A6B

Black with #D59A6B

Text Example


Text Example

White with #D59A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A6B; }

 p { color: rgb(213,154,107); }

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

background-color css

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

 a { background-color: rgb(213,154,107); }

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

border-color css

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

 span { border-color: rgb(213,154,107); }

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