Html Css Color HEX #D28855 Whiskey Sour

📋 copy color: '#D28855'

red 210 ◦ green 136 ◦ blue 85

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

Shades of Whiskey Sour #D28855

Tints of Whiskey Sour #D28855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

 BLUE value IS 85 (33.59% from 255) = 19.72%

R = 48.72%
G = 31.55%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D28855 (or 0xD28855) is known color: Whiskey Sour. HEX triplet: D2, 88 and 55. RGB value is (210,136,85). Sum of RGB (Red+Green+Blue) = 210+136+85=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D28855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28855 is #2D77AA. Grayscale: #989898. Windows color (decimal): -2979755 or 5605586. OLE color: 5605586.

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

Color convert

RGB 210 136 85 -
CMYK 0 0.35 0.60 0.18
HSL 24.48º 0.58% 0.58% -
HSV(B) 24.48º 0.6% 0.82% -
XYZ 37.02 31.97 12.81 -
YUV 152.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 210 136 85 0 0.35 0.60 0.18 24.48 0.58 0.58
Hex D2 88 55 0 23 3C 12 18 3A 3A
Octal 322 210 125 0 43 74 22 30 72 72
Binary 11010010 10001000 1010101 0 100011 111100 10010 11000 111010 111010

Color Harmonies of #D28855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28855

Black with #D28855

Text Example


Text Example

White with #D28855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28855; }

 p { color: rgb(210,136,85); }

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

background-color css

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

 a { background-color: rgb(210,136,85); }

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

border-color css

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

 span { border-color: rgb(210,136,85); }

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