Html Css Color HEX #D98752 Whiskey Sour

📋 copy color: '#D98752'

red 217 ◦ green 135 ◦ blue 82

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

Shades of Whiskey Sour #D98752

Tints of Whiskey Sour #D98752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

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

R = 50%
G = 31.11%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D98752 (or 0xD98752) is known color: Whiskey Sour. HEX triplet: D9, 87 and 52. RGB value is (217,135,82). Sum of RGB (Red+Green+Blue) = 217+135+82=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D98752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98752 is #2678AD. Grayscale: #999999. Windows color (decimal): -2521262 or 5408729. OLE color: 5408729.

HSL color Cylindrical-coordinate representation of color #D98752: hue angle of 23.56º 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 #D98752 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 135 82 -
CMYK 0 0.38 0.62 0.15
HSL 23.56º 0.64% 0.59% -
HSV(B) 23.56º 0.62% 0.85% -
XYZ 38.8 32.69 12.25 -
YUV 153.48 87.67 173.31 -
System Red Green Blue C M Y K H S L
Decimal 217 135 82 0 0.38 0.62 0.15 23.56 0.64 0.59
Hex D9 87 52 0 26 3E F 18 40 3B
Octal 331 207 122 0 46 76 17 30 100 73
Binary 11011001 10000111 1010010 0 100110 111110 1111 11000 1000000 111011

Color Harmonies of #D98752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98752

Black with #D98752

Text Example


Text Example

White with #D98752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98752; }

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

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

background-color css

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

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

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

border-color css

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

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

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