Html Css Color HEX #D8925F Whiskey Sour

📋 copy color: '#D8925F'

red 216 ◦ green 146 ◦ blue 95

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

Shades of Whiskey Sour #D8925F

Tints of Whiskey Sour #D8925F

RGB

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

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

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

R = 47.26%
G = 31.95%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8925F (or 0xD8925F) is known color: Whiskey Sour. HEX triplet: D8, 92 and 5F. RGB value is (216,146,95). Sum of RGB (Red+Green+Blue) = 216+146+95=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8925F is #276DA0. Grayscale: #A1A1A1. Windows color (decimal): -2583969 or 6263512. OLE color: 6263512.

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

Color convert

RGB 216 146 95 -
CMYK 0 0.32 0.56 0.15
HSL 25.29º 0.61% 0.61% -
HSV(B) 25.29º 0.56% 0.85% -
XYZ 40.66 35.98 15.63 -
YUV 161.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 216 146 95 0 0.32 0.56 0.15 25.29 0.61 0.61
Hex D8 92 5F 0 20 38 F 19 3D 3D
Octal 330 222 137 0 40 70 17 31 75 75
Binary 11011000 10010010 1011111 0 100000 111000 1111 11001 111101 111101

Color Harmonies of #D8925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8925F

Black with #D8925F

Text Example


Text Example

White with #D8925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8925F; }

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

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

background-color css

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

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

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

border-color css

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

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

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