Html Css Color HEX #D2974F Whiskey Sour

📋 copy color: '#D2974F'

red 210 ◦ green 151 ◦ blue 79

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

Shades of Whiskey Sour #D2974F

Tints of Whiskey Sour #D2974F

RGB

 RED value IS 210 (82.42% from 255) = 47.73%

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

 BLUE value IS 79 (31.25% from 255) = 17.95%

R = 47.73%
G = 34.32%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2974F (or 0xD2974F) is known color: Whiskey Sour. HEX triplet: D2, 97 and 4F. RGB value is (210,151,79). Sum of RGB (Red+Green+Blue) = 210+151+79=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2974F is #2D68B0. Grayscale: #A0A0A0. Windows color (decimal): -2975921 or 5216210. OLE color: 5216210.

HSL color Cylindrical-coordinate representation of color #D2974F: hue angle of 32.98º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2974F is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 151 79 -
CMYK 0 0.28 0.62 0.18
HSL 32.98º 0.59% 0.57% -
HSV(B) 32.98º 0.62% 0.82% -
XYZ 39.06 36.4 12.36 -
YUV 160.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 210 151 79 0 0.28 0.62 0.18 32.98 0.59 0.57
Hex D2 97 4F 0 1C 3E 12 21 3B 39
Octal 322 227 117 0 34 76 22 41 73 71
Binary 11010010 10010111 1001111 0 11100 111110 10010 100001 111011 111001

Color Harmonies of #D2974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2974F

Black with #D2974F

Text Example


Text Example

White with #D2974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2974F; }

 p { color: rgb(210,151,79); }

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

background-color css

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

 a { background-color: rgb(210,151,79); }

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

border-color css

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

 span { border-color: rgb(210,151,79); }

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