Html Css Color HEX #D2975A Whiskey Sour

📋 copy color: '#D2975A'

red 210 ◦ green 151 ◦ blue 90

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

Shades of Whiskey Sour #D2975A

Tints of Whiskey Sour #D2975A

RGB

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

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

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

R = 46.56%
G = 33.48%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2975A (or 0xD2975A) is known color: Whiskey Sour. HEX triplet: D2, 97 and 5A. RGB value is (210,151,90). Sum of RGB (Red+Green+Blue) = 210+151+90=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2975A is #2D68A5. Grayscale: #A1A1A1. Windows color (decimal): -2975910 or 5937106. OLE color: 5937106.

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

Color convert

RGB 210 151 90 -
CMYK 0 0.28 0.57 0.18
HSL 30.5º 0.57% 0.59% -
HSV(B) 30.5º 0.57% 0.82% -
XYZ 39.49 36.57 14.65 -
YUV 161.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 210 151 90 0 0.28 0.57 0.18 30.5 0.57 0.59
Hex D2 97 5A 0 1C 39 12 1E 39 3B
Octal 322 227 132 0 34 71 22 36 71 73
Binary 11010010 10010111 1011010 0 11100 111001 10010 11110 111001 111011

Color Harmonies of #D2975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2975A

Black with #D2975A

Text Example


Text Example

White with #D2975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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