Html Css Color HEX #D99252 Whiskey Sour

📋 copy color: '#D99252'

red 217 ◦ green 146 ◦ blue 82

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

Shades of Whiskey Sour #D99252

Tints of Whiskey Sour #D99252

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.81%

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

R = 48.76%
G = 32.81%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99252 (or 0xD99252) is known color: Whiskey Sour. HEX triplet: D9, 92 and 52. RGB value is (217,146,82). Sum of RGB (Red+Green+Blue) = 217+146+82=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D99252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99252 is #266DAD. Grayscale: #A0A0A0. Windows color (decimal): -2518446 or 5411545. OLE color: 5411545.

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

Color convert

RGB 217 146 82 -
CMYK 0 0.33 0.62 0.15
HSL 28.44º 0.64% 0.59% -
HSV(B) 28.44º 0.62% 0.85% -
XYZ 40.42 35.92 12.79 -
YUV 159.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 217 146 82 0 0.33 0.62 0.15 28.44 0.64 0.59
Hex D9 92 52 0 21 3E F 1C 40 3B
Octal 331 222 122 0 41 76 17 34 100 73
Binary 11011001 10010010 1010010 0 100001 111110 1111 11100 1000000 111011

Color Harmonies of #D99252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99252

Black with #D99252

Text Example


Text Example

White with #D99252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99252; }

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

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

background-color css

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

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

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

border-color css

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

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

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