Html Css Color HEX #D0885D Whiskey

📋 copy color: '#D0885D'

red 208 ◦ green 136 ◦ blue 93

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

Shades of Whiskey #D0885D

Tints of Whiskey #D0885D

RGB

 RED value IS 208 (81.64% from 255) = 47.6%

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

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

R = 47.6%
G = 31.12%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0885D (or 0xD0885D) is known color: Whiskey. HEX triplet: D0, 88 and 5D. RGB value is (208,136,93). Sum of RGB (Red+Green+Blue) = 208+136+93=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0885D is #2F77A2. Grayscale: #989898. Windows color (decimal): -3110819 or 6129872. OLE color: 6129872.

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

Color convert

RGB 208 136 93 -
CMYK 0 0.35 0.55 0.18
HSL 22.43º 0.55% 0.59% -
HSV(B) 22.43º 0.55% 0.82% -
XYZ 36.79 31.81 14.56 -
YUV 152.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 208 136 93 0 0.35 0.55 0.18 22.43 0.55 0.59
Hex D0 88 5D 0 23 37 12 16 37 3B
Octal 320 210 135 0 43 67 22 26 67 73
Binary 11010000 10001000 1011101 0 100011 110111 10010 10110 110111 111011

Color Harmonies of #D0885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0885D

Black with #D0885D

Text Example


Text Example

White with #D0885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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