Html Css Color HEX #D0915F Whiskey Sour

📋 copy color: '#D0915F'

red 208 ◦ green 145 ◦ blue 95

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

Shades of Whiskey Sour #D0915F

Tints of Whiskey Sour #D0915F

RGB

 RED value IS 208 (81.64% from 255) = 46.43%

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

 BLUE value IS 95 (37.5% from 255) = 21.21%

R = 46.43%
G = 32.37%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0915F (or 0xD0915F) is known color: Whiskey Sour. HEX triplet: D0, 91 and 5F. RGB value is (208,145,95). Sum of RGB (Red+Green+Blue) = 208+145+95=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0915F is #2F6EA0. Grayscale: #9E9E9E. Windows color (decimal): -3108513 or 6263248. OLE color: 6263248.

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

Color convert

RGB 208 145 95 -
CMYK 0 0.30 0.54 0.18
HSL 26.55º 0.55% 0.59% -
HSV(B) 26.55º 0.54% 0.82% -
XYZ 38.2 34.49 15.47 -
YUV 158.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 208 145 95 0 0.30 0.54 0.18 26.55 0.55 0.59
Hex D0 91 5F 0 1E 36 12 1B 37 3B
Octal 320 221 137 0 36 66 22 33 67 73
Binary 11010000 10010001 1011111 0 11110 110110 10010 11011 110111 111011

Color Harmonies of #D0915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0915F

Black with #D0915F

Text Example


Text Example

White with #D0915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0915F; }

 p { color: rgb(208,145,95); }

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

background-color css

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

 a { background-color: rgb(208,145,95); }

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

border-color css

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

 span { border-color: rgb(208,145,95); }

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