Html Css Color HEX #D2955C Whiskey Sour

📋 copy color: '#D2955C'

red 210 ◦ green 149 ◦ blue 92

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

Shades of Whiskey Sour #D2955C

Tints of Whiskey Sour #D2955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.04%

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

R = 46.56%
G = 33.04%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2955C (or 0xD2955C) is known color: Whiskey Sour. HEX triplet: D2, 95 and 5C. RGB value is (210,149,92). Sum of RGB (Red+Green+Blue) = 210+149+92=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2955C is #2D6AA3. Grayscale: #A1A1A1. Windows color (decimal): -2976420 or 6067666. OLE color: 6067666.

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

Color convert

RGB 210 149 92 -
CMYK 0 0.29 0.56 0.18
HSL 28.98º 0.57% 0.59% -
HSV(B) 28.98º 0.56% 0.82% -
XYZ 39.26 35.97 15 -
YUV 160.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 210 149 92 0 0.29 0.56 0.18 28.98 0.57 0.59
Hex D2 95 5C 0 1D 38 12 1D 39 3B
Octal 322 225 134 0 35 70 22 35 71 73
Binary 11010010 10010101 1011100 0 11101 111000 10010 11101 111001 111011

Color Harmonies of #D2955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2955C

Black with #D2955C

Text Example


Text Example

White with #D2955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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