Html Css Color HEX #D7875A Whiskey Sour

📋 copy color: '#D7875A'

red 215 ◦ green 135 ◦ blue 90

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

Shades of Whiskey Sour #D7875A

Tints of Whiskey Sour #D7875A

RGB

 RED value IS 215 (84.38% from 255) = 48.86%

 GREEN value IS 135 (53.13% from 255) = 30.68%

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

R = 48.86%
G = 30.68%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7875A (or 0xD7875A) is known color: Whiskey Sour. HEX triplet: D7, 87 and 5A. RGB value is (215,135,90). Sum of RGB (Red+Green+Blue) = 215+135+90=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7875A is #2878A5. Grayscale: #9A9A9A. Windows color (decimal): -2652326 or 5933015. OLE color: 5933015.

HSL color Cylindrical-coordinate representation of color #D7875A: hue angle of 21.6º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7875A is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 135 90 -
CMYK 0 0.37 0.58 0.16
HSL 21.6º 0.61% 0.6% -
HSV(B) 21.6º 0.58% 0.84% -
XYZ 38.53 32.51 13.92 -
YUV 153.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 215 135 90 0 0.37 0.58 0.16 21.6 0.61 0.6
Hex D7 87 5A 0 25 3A 10 16 3D 3C
Octal 327 207 132 0 45 72 20 26 75 74
Binary 11010111 10000111 1011010 0 100101 111010 10000 10110 111101 111100

Color Harmonies of #D7875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7875A

Black with #D7875A

Text Example


Text Example

White with #D7875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7875A; }

 p { color: rgb(215,135,90); }

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

background-color css

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

 a { background-color: rgb(215,135,90); }

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

border-color css

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

 span { border-color: rgb(215,135,90); }

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