Html Css Color HEX #D2885A Whiskey Sour

📋 copy color: '#D2885A'

red 210 ◦ green 136 ◦ blue 90

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

Shades of Whiskey Sour #D2885A

Tints of Whiskey Sour #D2885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.64%

R = 48.17%
G = 31.19%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2885A (or 0xD2885A) is known color: Whiskey Sour. HEX triplet: D2, 88 and 5A. RGB value is (210,136,90). Sum of RGB (Red+Green+Blue) = 210+136+90=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2885A is #2D77A5. Grayscale: #999999. Windows color (decimal): -2979750 or 5933266. OLE color: 5933266.

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

Color convert

RGB 210 136 90 -
CMYK 0 0.35 0.57 0.18
HSL 23º 0.57% 0.59% -
HSV(B) 23º 0.57% 0.82% -
XYZ 37.23 32.05 13.9 -
YUV 152.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 210 136 90 0 0.35 0.57 0.18 23 0.57 0.59
Hex D2 88 5A 0 23 39 12 17 39 3B
Octal 322 210 132 0 43 71 22 27 71 73
Binary 11010010 10001000 1011010 0 100011 111001 10010 10111 111001 111011

Color Harmonies of #D2885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2885A

Black with #D2885A

Text Example


Text Example

White with #D2885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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