Html Css Color HEX #D4975A Whiskey Sour

📋 copy color: '#D4975A'

red 212 ◦ green 151 ◦ blue 90

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

Shades of Whiskey Sour #D4975A

Tints of Whiskey Sour #D4975A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.33%

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

R = 46.8%
G = 33.33%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4975A (or 0xD4975A) is known color: Whiskey Sour. HEX triplet: D4, 97 and 5A. RGB value is (212,151,90). Sum of RGB (Red+Green+Blue) = 212+151+90=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4975A is #2B68A5. Grayscale: #A2A2A2. Windows color (decimal): -2844838 or 5937108. OLE color: 5937108.

HSL color Cylindrical-coordinate representation of color #D4975A: hue angle of 30º 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 #D4975A is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 90 -
CMYK 0 0.29 0.58 0.17
HSL 30º 0.59% 0.59% -
HSV(B) 30º 0.58% 0.83% -
XYZ 40.06 36.87 14.68 -
YUV 162.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 212 151 90 0 0.29 0.58 0.17 30 0.59 0.59
Hex D4 97 5A 0 1D 3A 11 1E 3B 3B
Octal 324 227 132 0 35 72 21 36 73 73
Binary 11010100 10010111 1011010 0 11101 111010 10001 11110 111011 111011

Color Harmonies of #D4975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4975A

Black with #D4975A

Text Example


Text Example

White with #D4975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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