Html Css Color HEX #D9925D Whiskey Sour

📋 copy color: '#D9925D'

red 217 ◦ green 146 ◦ blue 93

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

Shades of Whiskey Sour #D9925D

Tints of Whiskey Sour #D9925D

RGB

 RED value IS 217 (85.16% from 255) = 47.59%

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

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

R = 47.59%
G = 32.02%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9925D (or 0xD9925D) is known color: Whiskey Sour. HEX triplet: D9, 92 and 5D. RGB value is (217,146,93). Sum of RGB (Red+Green+Blue) = 217+146+93=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9925D is #266DA2. Grayscale: #A1A1A1. Windows color (decimal): -2518435 or 6132441. OLE color: 6132441.

HSL color Cylindrical-coordinate representation of color #D9925D: hue angle of 25.65º degrees, saturation: 0.62, 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 #D9925D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 93 -
CMYK 0 0.33 0.57 0.15
HSL 25.65º 0.62% 0.61% -
HSV(B) 25.65º 0.57% 0.85% -
XYZ 40.87 36.1 15.17 -
YUV 161.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 217 146 93 0 0.33 0.57 0.15 25.65 0.62 0.61
Hex D9 92 5D 0 21 39 F 1A 3E 3D
Octal 331 222 135 0 41 71 17 32 76 75
Binary 11011001 10010010 1011101 0 100001 111001 1111 11010 111110 111101

Color Harmonies of #D9925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9925D

Black with #D9925D

Text Example


Text Example

White with #D9925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9925D; }

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

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

background-color css

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

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

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

border-color css

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

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

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