Html Css Color HEX #D7955D Whiskey Sour

📋 copy color: '#D7955D'

red 215 ◦ green 149 ◦ blue 93

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

Shades of Whiskey Sour #D7955D

Tints of Whiskey Sour #D7955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

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

R = 47.05%
G = 32.6%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7955D (or 0xD7955D) is known color: Whiskey Sour. HEX triplet: D7, 95 and 5D. RGB value is (215,149,93). Sum of RGB (Red+Green+Blue) = 215+149+93=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7955D is #286AA2. Grayscale: #A2A2A2. Windows color (decimal): -2648739 or 6133207. OLE color: 6133207.

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

Color convert

RGB 215 149 93 -
CMYK 0 0.31 0.57 0.16
HSL 27.54º 0.6% 0.6% -
HSV(B) 27.54º 0.57% 0.84% -
XYZ 40.75 36.73 15.3 -
YUV 162.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 215 149 93 0 0.31 0.57 0.16 27.54 0.6 0.6
Hex D7 95 5D 0 1F 39 10 1C 3C 3C
Octal 327 225 135 0 37 71 20 34 74 74
Binary 11010111 10010101 1011101 0 11111 111001 10000 11100 111100 111100

Color Harmonies of #D7955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7955D

Black with #D7955D

Text Example


Text Example

White with #D7955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7955D; }

 p { color: rgb(215,149,93); }

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

background-color css

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

 a { background-color: rgb(215,149,93); }

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

border-color css

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

 span { border-color: rgb(215,149,93); }

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