Html Css Color HEX #D98A52 Whiskey Sour

📋 copy color: '#D98A52'

red 217 ◦ green 138 ◦ blue 82

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

Shades of Whiskey Sour #D98A52

Tints of Whiskey Sour #D98A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.76%

R = 49.66%
G = 31.58%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D98A52 (or 0xD98A52) is known color: Whiskey Sour. HEX triplet: D9, 8A and 52. RGB value is (217,138,82). Sum of RGB (Red+Green+Blue) = 217+138+82=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A52 is #2675AD. Grayscale: #9B9B9B. Windows color (decimal): -2520494 or 5409497. OLE color: 5409497.

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

Color convert

RGB 217 138 82 -
CMYK 0 0.36 0.62 0.15
HSL 24.89º 0.64% 0.59% -
HSV(B) 24.89º 0.62% 0.85% -
XYZ 39.23 33.54 12.39 -
YUV 155.24 86.67 172.05 -
System Red Green Blue C M Y K H S L
Decimal 217 138 82 0 0.36 0.62 0.15 24.89 0.64 0.59
Hex D9 8A 52 0 24 3E F 19 40 3B
Octal 331 212 122 0 44 76 17 31 100 73
Binary 11011001 10001010 1010010 0 100100 111110 1111 11001 1000000 111011

Color Harmonies of #D98A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A52

Black with #D98A52

Text Example


Text Example

White with #D98A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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