Html Css Color HEX #D8925D Whiskey Sour

📋 copy color: '#D8925D'

red 216 ◦ green 146 ◦ blue 93

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

Shades of Whiskey Sour #D8925D

Tints of Whiskey Sour #D8925D

RGB

 RED value IS 216 (84.77% from 255) = 47.47%

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

 BLUE value IS 93 (36.72% from 255) = 20.44%

R = 47.47%
G = 32.09%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8925D (or 0xD8925D) is known color: Whiskey Sour. HEX triplet: D8, 92 and 5D. RGB value is (216,146,93). Sum of RGB (Red+Green+Blue) = 216+146+93=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8925D is #276DA2. Grayscale: #A1A1A1. Windows color (decimal): -2583971 or 6132440. OLE color: 6132440.

HSL color Cylindrical-coordinate representation of color #D8925D: hue angle of 25.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8925D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 146 93 -
CMYK 0 0.32 0.57 0.15
HSL 25.85º 0.61% 0.61% -
HSV(B) 25.85º 0.57% 0.85% -
XYZ 40.57 35.95 15.16 -
YUV 160.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 216 146 93 0 0.32 0.57 0.15 25.85 0.61 0.61
Hex D8 92 5D 0 20 39 F 1A 3D 3D
Octal 330 222 135 0 40 71 17 32 75 75
Binary 11011000 10010010 1011101 0 100000 111001 1111 11010 111101 111101

Color Harmonies of #D8925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8925D

Black with #D8925D

Text Example


Text Example

White with #D8925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8925D; }

 p { color: rgb(216,146,93); }

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

background-color css

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

 a { background-color: rgb(216,146,93); }

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

border-color css

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

 span { border-color: rgb(216,146,93); }

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