Html Css Color HEX #D9905C Whiskey Sour

📋 copy color: '#D9905C'

red 217 ◦ green 144 ◦ blue 92

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

Shades of Whiskey Sour #D9905C

Tints of Whiskey Sour #D9905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.79%

 BLUE value IS 92 (36.33% from 255) = 20.31%

R = 47.9%
G = 31.79%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9905C (or 0xD9905C) is known color: Whiskey Sour. HEX triplet: D9, 90 and 5C. RGB value is (217,144,92). Sum of RGB (Red+Green+Blue) = 217+144+92=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9905C is #266FA3. Grayscale: #A0A0A0. Windows color (decimal): -2518948 or 6066393. OLE color: 6066393.

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

Color convert

RGB 217 144 92 -
CMYK 0 0.34 0.58 0.15
HSL 24.96º 0.62% 0.61% -
HSV(B) 24.96º 0.58% 0.85% -
XYZ 40.52 35.47 14.84 -
YUV 159.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 217 144 92 0 0.34 0.58 0.15 24.96 0.62 0.61
Hex D9 90 5C 0 22 3A F 19 3E 3D
Octal 331 220 134 0 42 72 17 31 76 75
Binary 11011001 10010000 1011100 0 100010 111010 1111 11001 111110 111101

Color Harmonies of #D9905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9905C

Black with #D9905C

Text Example


Text Example

White with #D9905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9905C; }

 p { color: rgb(217,144,92); }

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

background-color css

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

 a { background-color: rgb(217,144,92); }

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

border-color css

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

 span { border-color: rgb(217,144,92); }

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