Html Css Color HEX #D4935A Whiskey Sour

📋 copy color: '#D4935A'

red 212 ◦ green 147 ◦ blue 90

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

Shades of Whiskey Sour #D4935A

Tints of Whiskey Sour #D4935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.74%

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

R = 47.22%
G = 32.74%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4935A (or 0xD4935A) is known color: Whiskey Sour. HEX triplet: D4, 93 and 5A. RGB value is (212,147,90). Sum of RGB (Red+Green+Blue) = 212+147+90=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4935A is #2B6CA5. Grayscale: #A0A0A0. Windows color (decimal): -2845862 or 5936084. OLE color: 5936084.

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

Color convert

RGB 212 147 90 -
CMYK 0 0.31 0.58 0.17
HSL 28.03º 0.59% 0.59% -
HSV(B) 28.03º 0.58% 0.83% -
XYZ 39.43 35.6 14.47 -
YUV 159.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 212 147 90 0 0.31 0.58 0.17 28.03 0.59 0.59
Hex D4 93 5A 0 1F 3A 11 1C 3B 3B
Octal 324 223 132 0 37 72 21 34 73 73
Binary 11010100 10010011 1011010 0 11111 111010 10001 11100 111011 111011

Color Harmonies of #D4935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4935A

Black with #D4935A

Text Example


Text Example

White with #D4935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4935A; }

 p { color: rgb(212,147,90); }

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

background-color css

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

 a { background-color: rgb(212,147,90); }

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

border-color css

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

 span { border-color: rgb(212,147,90); }

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