Html Css Color HEX #D9925F Whiskey Sour

📋 copy color: '#D9925F'

red 217 ◦ green 146 ◦ blue 95

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

Shades of Whiskey Sour #D9925F

Tints of Whiskey Sour #D9925F

RGB

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

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

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

R = 47.38%
G = 31.88%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9925F (or 0xD9925F) is known color: Whiskey Sour. HEX triplet: D9, 92 and 5F. RGB value is (217,146,95). Sum of RGB (Red+Green+Blue) = 217+146+95=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9925F is #266DA0. Grayscale: #A1A1A1. Windows color (decimal): -2518433 or 6263513. OLE color: 6263513.

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

Color convert

RGB 217 146 95 -
CMYK 0 0.33 0.56 0.15
HSL 25.08º 0.62% 0.61% -
HSV(B) 25.08º 0.56% 0.85% -
XYZ 40.96 36.14 15.64 -
YUV 161.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 217 146 95 0 0.33 0.56 0.15 25.08 0.62 0.61
Hex D9 92 5F 0 21 38 F 19 3E 3D
Octal 331 222 137 0 41 70 17 31 76 75
Binary 11011001 10010010 1011111 0 100001 111000 1111 11001 111110 111101

Color Harmonies of #D9925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9925F

Black with #D9925F

Text Example


Text Example

White with #D9925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9925F; }

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

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

background-color css

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

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

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

border-color css

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

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

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