Html Css Color HEX #D4995E Whiskey Sour

📋 copy color: '#D4995E'

red 212 ◦ green 153 ◦ blue 94

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

Shades of Whiskey Sour #D4995E

Tints of Whiskey Sour #D4995E

RGB

 RED value IS 212 (83.2% from 255) = 46.19%

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

 BLUE value IS 94 (37.11% from 255) = 20.48%

R = 46.19%
G = 33.33%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4995E (or 0xD4995E) is known color: Whiskey Sour. HEX triplet: D4, 99 and 5E. RGB value is (212,153,94). Sum of RGB (Red+Green+Blue) = 212+153+94=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D4995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4995E is #2B66A1. Grayscale: #A4A4A4. Windows color (decimal): -2844322 or 6199764. OLE color: 6199764.

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

Color convert

RGB 212 153 94 -
CMYK 0 0.28 0.56 0.17
HSL 30º 0.58% 0.6% -
HSV(B) 30º 0.56% 0.83% -
XYZ 40.56 37.59 15.71 -
YUV 163.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 212 153 94 0 0.28 0.56 0.17 30 0.58 0.6
Hex D4 99 5E 0 1C 38 11 1E 3A 3C
Octal 324 231 136 0 34 70 21 36 72 74
Binary 11010100 10011001 1011110 0 11100 111000 10001 11110 111010 111100

Color Harmonies of #D4995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4995E

Black with #D4995E

Text Example


Text Example

White with #D4995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4995E; }

 p { color: rgb(212,153,94); }

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

background-color css

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

 a { background-color: rgb(212,153,94); }

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

border-color css

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

 span { border-color: rgb(212,153,94); }

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