Html Css Color HEX #D19552 Whiskey Sour

📋 copy color: '#D19552'

red 209 ◦ green 149 ◦ blue 82

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

Shades of Whiskey Sour #D19552

Tints of Whiskey Sour #D19552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

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

R = 47.5%
G = 33.86%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D19552 (or 0xD19552) is known color: Whiskey Sour. HEX triplet: D1, 95 and 52. RGB value is (209,149,82). Sum of RGB (Red+Green+Blue) = 209+149+82=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D19552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19552 is #2E6AAD. Grayscale: #9F9F9F. Windows color (decimal): -3041966 or 5412305. OLE color: 5412305.

HSL color Cylindrical-coordinate representation of color #D19552: hue angle of 31.65º 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 #D19552 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 82 -
CMYK 0 0.29 0.61 0.18
HSL 31.65º 0.58% 0.57% -
HSV(B) 31.65º 0.61% 0.82% -
XYZ 38.56 35.66 12.83 -
YUV 159.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 209 149 82 0 0.29 0.61 0.18 31.65 0.58 0.57
Hex D1 95 52 0 1D 3D 12 20 3A 39
Octal 321 225 122 0 35 75 22 40 72 71
Binary 11010001 10010101 1010010 0 11101 111101 10010 100000 111010 111001

Color Harmonies of #D19552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19552

Black with #D19552

Text Example


Text Example

White with #D19552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19552; }

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

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

background-color css

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

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

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

border-color css

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

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

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