Html Css Color HEX #D2925C Whiskey Sour

📋 copy color: '#D2925C'

red 210 ◦ green 146 ◦ blue 92

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

Shades of Whiskey Sour #D2925C

Tints of Whiskey Sour #D2925C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.59%

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

R = 46.88%
G = 32.59%
B = 20.54%

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

#D2925C (or 0xD2925C) is known color: Whiskey Sour. HEX triplet: D2, 92 and 5C. RGB value is (210,146,92). Sum of RGB (Red+Green+Blue) = 210+146+92=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2925C is #2D6DA3. Grayscale: #9F9F9F. Windows color (decimal): -2977188 or 6066898. OLE color: 6066898.

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

Color convert

RGB 210 146 92 -
CMYK 0 0.30 0.56 0.18
HSL 27.46º 0.57% 0.59% -
HSV(B) 27.46º 0.56% 0.82% -
XYZ 38.79 35.03 14.84 -
YUV 158.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 210 146 92 0 0.30 0.56 0.18 27.46 0.57 0.59
Hex D2 92 5C 0 1E 38 12 1B 39 3B
Octal 322 222 134 0 36 70 22 33 71 73
Binary 11010010 10010010 1011100 0 11110 111000 10010 11011 111001 111011

Color Harmonies of #D2925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2925C

Black with #D2925C

Text Example


Text Example

White with #D2925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2925C; }

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

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

background-color css

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

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

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

border-color css

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

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

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