Html Css Color HEX #D2935A Whiskey Sour

📋 copy color: '#D2935A'

red 210 ◦ green 147 ◦ blue 90

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

Shades of Whiskey Sour #D2935A

Tints of Whiskey Sour #D2935A

RGB

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

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

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

R = 46.98%
G = 32.89%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2935A (or 0xD2935A) is known color: Whiskey Sour. HEX triplet: D2, 93 and 5A. RGB value is (210,147,90). Sum of RGB (Red+Green+Blue) = 210+147+90=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2935A is #2D6CA5. Grayscale: #9F9F9F. Windows color (decimal): -2976934 or 5936082. OLE color: 5936082.

HSL color Cylindrical-coordinate representation of color #D2935A: hue angle of 28.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 #D2935A is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 147 90 -
CMYK 0 0.30 0.57 0.18
HSL 28.5º 0.57% 0.59% -
HSV(B) 28.5º 0.57% 0.82% -
XYZ 38.86 35.31 14.44 -
YUV 159.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 210 147 90 0 0.30 0.57 0.18 28.5 0.57 0.59
Hex D2 93 5A 0 1E 39 12 1C 39 3B
Octal 322 223 132 0 36 71 22 34 71 73
Binary 11010010 10010011 1011010 0 11110 111001 10010 11100 111001 111011

Color Harmonies of #D2935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2935A

Black with #D2935A

Text Example


Text Example

White with #D2935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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