Html Css Color HEX #D2935C Whiskey Sour

📋 copy color: '#D2935C'

red 210 ◦ green 147 ◦ blue 92

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

Shades of Whiskey Sour #D2935C

Tints of Whiskey Sour #D2935C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 46.77%
G = 32.74%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2935C (or 0xD2935C) is known color: Whiskey Sour. HEX triplet: D2, 93 and 5C. RGB value is (210,147,92). Sum of RGB (Red+Green+Blue) = 210+147+92=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2935C is #2D6CA3. Grayscale: #9F9F9F. Windows color (decimal): -2976932 or 6067154. OLE color: 6067154.

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

Color convert

RGB 210 147 92 -
CMYK 0 0.30 0.56 0.18
HSL 27.97º 0.57% 0.59% -
HSV(B) 27.97º 0.56% 0.82% -
XYZ 38.94 35.34 14.89 -
YUV 159.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 210 147 92 0 0.30 0.56 0.18 27.97 0.57 0.59
Hex D2 93 5C 0 1E 38 12 1C 39 3B
Octal 322 223 134 0 36 70 22 34 71 73
Binary 11010010 10010011 1011100 0 11110 111000 10010 11100 111001 111011

Color Harmonies of #D2935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2935C

Black with #D2935C

Text Example


Text Example

White with #D2935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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