Html Css Color HEX #D19452 Whiskey Sour

📋 copy color: '#D19452'

red 209 ◦ green 148 ◦ blue 82

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

Shades of Whiskey Sour #D19452

Tints of Whiskey Sour #D19452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.71%

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

R = 47.61%
G = 33.71%
B = 18.68%

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

#D19452 (or 0xD19452) is known color: Whiskey Sour. HEX triplet: D1, 94 and 52. RGB value is (209,148,82). Sum of RGB (Red+Green+Blue) = 209+148+82=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D19452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19452 is #2E6BAD. Grayscale: #9F9F9F. Windows color (decimal): -3042222 or 5412049. OLE color: 5412049.

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

Color convert

RGB 209 148 82 -
CMYK 0 0.29 0.61 0.18
HSL 31.18º 0.58% 0.57% -
HSV(B) 31.18º 0.61% 0.82% -
XYZ 38.41 35.34 12.78 -
YUV 158.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 209 148 82 0 0.29 0.61 0.18 31.18 0.58 0.57
Hex D1 94 52 0 1D 3D 12 1F 3A 39
Octal 321 224 122 0 35 75 22 37 72 71
Binary 11010001 10010100 1010010 0 11101 111101 10010 11111 111010 111001

Color Harmonies of #D19452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19452

Black with #D19452

Text Example


Text Example

White with #D19452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19452; }

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

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

background-color css

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

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

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

border-color css

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

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

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