Html Css Color HEX #D2915A Whiskey Sour

📋 copy color: '#D2915A'

red 210 ◦ green 145 ◦ blue 90

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

Shades of Whiskey Sour #D2915A

Tints of Whiskey Sour #D2915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.58%

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

R = 47.19%
G = 32.58%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2915A (or 0xD2915A) is known color: Whiskey Sour. HEX triplet: D2, 91 and 5A. RGB value is (210,145,90). Sum of RGB (Red+Green+Blue) = 210+145+90=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2915A is #2D6EA5. Grayscale: #9E9E9E. Windows color (decimal): -2977446 or 5935570. OLE color: 5935570.

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

Color convert

RGB 210 145 90 -
CMYK 0 0.31 0.57 0.18
HSL 27.5º 0.57% 0.59% -
HSV(B) 27.5º 0.57% 0.82% -
XYZ 38.55 34.69 14.34 -
YUV 158.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 210 145 90 0 0.31 0.57 0.18 27.5 0.57 0.59
Hex D2 91 5A 0 1F 39 12 1C 39 3B
Octal 322 221 132 0 37 71 22 34 71 73
Binary 11010010 10010001 1011010 0 11111 111001 10010 11100 111001 111011

Color Harmonies of #D2915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2915A

Black with #D2915A

Text Example


Text Example

White with #D2915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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