Html Css Color HEX #D0885C Whiskey

📋 copy color: '#D0885C'

red 208 ◦ green 136 ◦ blue 92

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

Shades of Whiskey #D0885C

Tints of Whiskey #D0885C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.1%

R = 47.71%
G = 31.19%
B = 21.1%

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

#D0885C (or 0xD0885C) is known color: Whiskey. HEX triplet: D0, 88 and 5C. RGB value is (208,136,92). Sum of RGB (Red+Green+Blue) = 208+136+92=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0885C is #2F77A3. Grayscale: #989898. Windows color (decimal): -3110820 or 6064336. OLE color: 6064336.

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

Color convert

RGB 208 136 92 -
CMYK 0 0.35 0.56 0.18
HSL 22.76º 0.55% 0.59% -
HSV(B) 22.76º 0.56% 0.82% -
XYZ 36.75 31.79 14.32 -
YUV 152.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 208 136 92 0 0.35 0.56 0.18 22.76 0.55 0.59
Hex D0 88 5C 0 23 38 12 17 37 3B
Octal 320 210 134 0 43 70 22 27 67 73
Binary 11010000 10001000 1011100 0 100011 111000 10010 10111 110111 111011

Color Harmonies of #D0885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0885C

Black with #D0885C

Text Example


Text Example

White with #D0885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0885C; }

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

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

background-color css

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

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

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

border-color css

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

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

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