Html Css Color HEX #D0915C Whiskey Sour

📋 copy color: '#D0915C'

red 208 ◦ green 145 ◦ blue 92

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

Shades of Whiskey Sour #D0915C

Tints of Whiskey Sour #D0915C

RGB

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

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

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

R = 46.74%
G = 32.58%
B = 20.67%

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

#D0915C (or 0xD0915C) is known color: Whiskey Sour. HEX triplet: D0, 91 and 5C. RGB value is (208,145,92). Sum of RGB (Red+Green+Blue) = 208+145+92=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0915C is #2F6EA3. Grayscale: #9E9E9E. Windows color (decimal): -3108516 or 6066640. OLE color: 6066640.

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

Color convert

RGB 208 145 92 -
CMYK 0 0.30 0.56 0.18
HSL 27.41º 0.55% 0.59% -
HSV(B) 27.41º 0.56% 0.82% -
XYZ 38.07 34.43 14.77 -
YUV 157.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 208 145 92 0 0.30 0.56 0.18 27.41 0.55 0.59
Hex D0 91 5C 0 1E 38 12 1B 37 3B
Octal 320 221 134 0 36 70 22 33 67 73
Binary 11010000 10010001 1011100 0 11110 111000 10010 11011 110111 111011

Color Harmonies of #D0915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0915C

Black with #D0915C

Text Example


Text Example

White with #D0915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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