Html Css Color HEX #D19952 Whiskey Sour

📋 copy color: '#D19952'

red 209 ◦ green 153 ◦ blue 82

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

Shades of Whiskey Sour #D19952

Tints of Whiskey Sour #D19952

RGB

 RED value IS 209 (82.03% from 255) = 47.07%

 GREEN value IS 153 (60.16% from 255) = 34.46%

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

R = 47.07%
G = 34.46%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D19952 (or 0xD19952) is known color: Whiskey Sour. HEX triplet: D1, 99 and 52. RGB value is (209,153,82). Sum of RGB (Red+Green+Blue) = 209+153+82=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D19952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19952 is #2E66AD. Grayscale: #A1A1A1. Windows color (decimal): -3040942 or 5413329. OLE color: 5413329.

HSL color Cylindrical-coordinate representation of color #D19952: hue angle of 33.54º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D19952 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 82 -
CMYK 0 0.27 0.61 0.18
HSL 33.54º 0.58% 0.57% -
HSV(B) 33.54º 0.61% 0.82% -
XYZ 39.21 36.95 13.05 -
YUV 161.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 209 153 82 0 0.27 0.61 0.18 33.54 0.58 0.57
Hex D1 99 52 0 1B 3D 12 22 3A 39
Octal 321 231 122 0 33 75 22 42 72 71
Binary 11010001 10011001 1010010 0 11011 111101 10010 100010 111010 111001

Color Harmonies of #D19952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19952

Black with #D19952

Text Example


Text Example

White with #D19952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19952; }

 p { color: rgb(209,153,82); }

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

background-color css

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

 a { background-color: rgb(209,153,82); }

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

border-color css

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

 span { border-color: rgb(209,153,82); }

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