Html Css Color HEX #D2895D Whiskey

📋 copy color: '#D2895D'

red 210 ◦ green 137 ◦ blue 93

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

Shades of Whiskey #D2895D

Tints of Whiskey #D2895D

RGB

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

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

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

R = 47.73%
G = 31.14%
B = 21.14%

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

#D2895D (or 0xD2895D) is known color: Whiskey. HEX triplet: D2, 89 and 5D. RGB value is (210,137,93). Sum of RGB (Red+Green+Blue) = 210+137+93=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2895D is #2D76A2. Grayscale: #9A9A9A. Windows color (decimal): -2979491 or 6130130. OLE color: 6130130.

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

Color convert

RGB 210 137 93 -
CMYK 0 0.35 0.56 0.18
HSL 22.56º 0.57% 0.59% -
HSV(B) 22.56º 0.56% 0.82% -
XYZ 37.5 32.38 14.63 -
YUV 153.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 210 137 93 0 0.35 0.56 0.18 22.56 0.57 0.59
Hex D2 89 5D 0 23 38 12 17 39 3B
Octal 322 211 135 0 43 70 22 27 71 73
Binary 11010010 10001001 1011101 0 100011 111000 10010 10111 111001 111011

Color Harmonies of #D2895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2895D

Black with #D2895D

Text Example


Text Example

White with #D2895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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