Html Css Color HEX #D28950 Whiskey Sour

📋 copy color: '#D28950'

red 210 ◦ green 137 ◦ blue 80

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

Shades of Whiskey Sour #D28950

Tints of Whiskey Sour #D28950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.08%

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

R = 49.18%
G = 32.08%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D28950 (or 0xD28950) is known color: Whiskey Sour. HEX triplet: D2, 89 and 50. RGB value is (210,137,80). Sum of RGB (Red+Green+Blue) = 210+137+80=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D28950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28950 is #2D76AF. Grayscale: #989898. Windows color (decimal): -2979504 or 5278162. OLE color: 5278162.

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

Color convert

RGB 210 137 80 -
CMYK 0 0.35 0.62 0.18
HSL 26.31º 0.59% 0.57% -
HSV(B) 26.31º 0.62% 0.82% -
XYZ 36.97 32.17 11.85 -
YUV 152.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 210 137 80 0 0.35 0.62 0.18 26.31 0.59 0.57
Hex D2 89 50 0 23 3E 12 1A 3B 39
Octal 322 211 120 0 43 76 22 32 73 71
Binary 11010010 10001001 1010000 0 100011 111110 10010 11010 111011 111001

Color Harmonies of #D28950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28950

Black with #D28950

Text Example


Text Example

White with #D28950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28950; }

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

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

background-color css

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

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

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

border-color css

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

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

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