Html Css Color HEX #D5925E Whiskey Sour

📋 copy color: '#D5925E'

red 213 ◦ green 146 ◦ blue 94

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

Shades of Whiskey Sour #D5925E

Tints of Whiskey Sour #D5925E

RGB

 RED value IS 213 (83.59% from 255) = 47.02%

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

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 47.02%
G = 32.23%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5925E (or 0xD5925E) is known color: Whiskey Sour. HEX triplet: D5, 92 and 5E. RGB value is (213,146,94). Sum of RGB (Red+Green+Blue) = 213+146+94=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5925E is #2A6DA1. Grayscale: #A0A0A0. Windows color (decimal): -2780578 or 6197973. OLE color: 6197973.

HSL color Cylindrical-coordinate representation of color #D5925E: hue angle of 26.22º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5925E is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 94 -
CMYK 0 0.31 0.56 0.16
HSL 26.22º 0.59% 0.6% -
HSV(B) 26.22º 0.56% 0.84% -
XYZ 39.74 35.51 15.35 -
YUV 160.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 213 146 94 0 0.31 0.56 0.16 26.22 0.59 0.6
Hex D5 92 5E 0 1F 38 10 1A 3B 3C
Octal 325 222 136 0 37 70 20 32 73 74
Binary 11010101 10010010 1011110 0 11111 111000 10000 11010 111011 111100

Color Harmonies of #D5925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5925E

Black with #D5925E

Text Example


Text Example

White with #D5925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5925E; }

 p { color: rgb(213,146,94); }

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

background-color css

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

 a { background-color: rgb(213,146,94); }

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

border-color css

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

 span { border-color: rgb(213,146,94); }

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