Html Css Color HEX #D0925E Whiskey Sour

📋 copy color: '#D0925E'

red 208 ◦ green 146 ◦ blue 94

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

Shades of Whiskey Sour #D0925E

Tints of Whiskey Sour #D0925E

RGB

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

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

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

R = 46.43%
G = 32.59%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0925E (or 0xD0925E) is known color: Whiskey Sour. HEX triplet: D0, 92 and 5E. RGB value is (208,146,94). Sum of RGB (Red+Green+Blue) = 208+146+94=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0925E is #2F6DA1. Grayscale: #9E9E9E. Windows color (decimal): -3108258 or 6197968. OLE color: 6197968.

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

Color convert

RGB 208 146 94 -
CMYK 0 0.30 0.55 0.18
HSL 27.37º 0.55% 0.59% -
HSV(B) 27.37º 0.55% 0.82% -
XYZ 38.31 34.78 15.28 -
YUV 158.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 208 146 94 0 0.30 0.55 0.18 27.37 0.55 0.59
Hex D0 92 5E 0 1E 37 12 1B 37 3B
Octal 320 222 136 0 36 67 22 33 67 73
Binary 11010000 10010010 1011110 0 11110 110111 10010 11011 110111 111011

Color Harmonies of #D0925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0925E

Black with #D0925E

Text Example


Text Example

White with #D0925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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