Html Css Color HEX #D2885D Whiskey

📋 copy color: '#D2885D'

red 210 ◦ green 136 ◦ blue 93

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

Shades of Whiskey #D2885D

Tints of Whiskey #D2885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.18%

R = 47.84%
G = 30.98%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2885D (or 0xD2885D) is known color: Whiskey. HEX triplet: D2, 88 and 5D. RGB value is (210,136,93). Sum of RGB (Red+Green+Blue) = 210+136+93=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2885D is #2D77A2. Grayscale: #999999. Windows color (decimal): -2979747 or 6129874. OLE color: 6129874.

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

Color convert

RGB 210 136 93 -
CMYK 0 0.35 0.56 0.18
HSL 22.05º 0.57% 0.59% -
HSV(B) 22.05º 0.56% 0.82% -
XYZ 37.36 32.1 14.58 -
YUV 153.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 210 136 93 0 0.35 0.56 0.18 22.05 0.57 0.59
Hex D2 88 5D 0 23 38 12 16 39 3B
Octal 322 210 135 0 43 70 22 26 71 73
Binary 11010010 10001000 1011101 0 100011 111000 10010 10110 111001 111011

Color Harmonies of #D2885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2885D

Black with #D2885D

Text Example


Text Example

White with #D2885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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