Html Css Color HEX #D3995A Whiskey Sour

📋 copy color: '#D3995A'

red 211 ◦ green 153 ◦ blue 90

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

Shades of Whiskey Sour #D3995A

Tints of Whiskey Sour #D3995A

RGB

 RED value IS 211 (82.81% from 255) = 46.48%

 GREEN value IS 153 (60.16% from 255) = 33.7%

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

R = 46.48%
G = 33.7%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3995A (or 0xD3995A) is known color: Whiskey Sour. HEX triplet: D3, 99 and 5A. RGB value is (211,153,90). Sum of RGB (Red+Green+Blue) = 211+153+90=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3995A is #2C66A5. Grayscale: #A3A3A3. Windows color (decimal): -2909862 or 5937619. OLE color: 5937619.

HSL color Cylindrical-coordinate representation of color #D3995A: hue angle of 31.24º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3995A is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 153 90 -
CMYK 0 0.27 0.57 0.17
HSL 31.24º 0.58% 0.59% -
HSV(B) 31.24º 0.57% 0.83% -
XYZ 40.1 37.37 14.77 -
YUV 163.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 211 153 90 0 0.27 0.57 0.17 31.24 0.58 0.59
Hex D3 99 5A 0 1B 39 11 1F 3A 3B
Octal 323 231 132 0 33 71 21 37 72 73
Binary 11010011 10011001 1011010 0 11011 111001 10001 11111 111010 111011

Color Harmonies of #D3995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3995A

Black with #D3995A

Text Example


Text Example

White with #D3995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3995A; }

 p { color: rgb(211,153,90); }

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

background-color css

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

 a { background-color: rgb(211,153,90); }

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

border-color css

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

 span { border-color: rgb(211,153,90); }

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