Html Css Color HEX #D98A57 Whiskey Sour

📋 copy color: '#D98A57'

red 217 ◦ green 138 ◦ blue 87

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

Shades of Whiskey Sour #D98A57

Tints of Whiskey Sour #D98A57

RGB

 RED value IS 217 (85.16% from 255) = 49.1%

 GREEN value IS 138 (54.3% from 255) = 31.22%

 BLUE value IS 87 (34.38% from 255) = 19.68%

R = 49.1%
G = 31.22%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D98A57 (or 0xD98A57) is known color: Whiskey Sour. HEX triplet: D9, 8A and 57. RGB value is (217,138,87). Sum of RGB (Red+Green+Blue) = 217+138+87=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A57 is #2675A8. Grayscale: #9C9C9C. Windows color (decimal): -2520489 or 5737177. OLE color: 5737177.

HSL color Cylindrical-coordinate representation of color #D98A57: hue angle of 23.54º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D98A57 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 138 87 -
CMYK 0 0.36 0.60 0.15
HSL 23.54º 0.63% 0.6% -
HSV(B) 23.54º 0.6% 0.85% -
XYZ 39.42 33.62 13.43 -
YUV 155.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 217 138 87 0 0.36 0.60 0.15 23.54 0.63 0.6
Hex D9 8A 57 0 24 3C F 18 3F 3C
Octal 331 212 127 0 44 74 17 30 77 74
Binary 11011001 10001010 1010111 0 100100 111100 1111 11000 111111 111100

Color Harmonies of #D98A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A57

Black with #D98A57

Text Example


Text Example

White with #D98A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A57; }

 p { color: rgb(217,138,87); }

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

background-color css

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

 a { background-color: rgb(217,138,87); }

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

border-color css

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

 span { border-color: rgb(217,138,87); }

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