Html Css Color HEX #D28D50 Whiskey Sour

📋 copy color: '#D28D50'

red 210 ◦ green 141 ◦ blue 80

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

Shades of Whiskey Sour #D28D50

Tints of Whiskey Sour #D28D50

RGB

 RED value IS 210 (82.42% from 255) = 48.72%

 GREEN value IS 141 (55.47% from 255) = 32.71%

 BLUE value IS 80 (31.64% from 255) = 18.56%

R = 48.72%
G = 32.71%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D28D50 (or 0xD28D50) is known color: Whiskey Sour. HEX triplet: D2, 8D and 50. RGB value is (210,141,80). Sum of RGB (Red+Green+Blue) = 210+141+80=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D50 is #2D72AF. Grayscale: #9A9A9A. Windows color (decimal): -2978480 or 5279186. OLE color: 5279186.

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

Color convert

RGB 210 141 80 -
CMYK 0 0.33 0.62 0.18
HSL 28.15º 0.59% 0.57% -
HSV(B) 28.15º 0.62% 0.82% -
XYZ 37.55 33.33 12.04 -
YUV 154.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 210 141 80 0 0.33 0.62 0.18 28.15 0.59 0.57
Hex D2 8D 50 0 21 3E 12 1C 3B 39
Octal 322 215 120 0 41 76 22 34 73 71
Binary 11010010 10001101 1010000 0 100001 111110 10010 11100 111011 111001

Color Harmonies of #D28D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D50

Black with #D28D50

Text Example


Text Example

White with #D28D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D50; }

 p { color: rgb(210,141,80); }

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

background-color css

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

 a { background-color: rgb(210,141,80); }

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

border-color css

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

 span { border-color: rgb(210,141,80); }

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