Html Css Color HEX #D99053 Whiskey Sour

📋 copy color: '#D99053'

red 217 ◦ green 144 ◦ blue 83

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

Shades of Whiskey Sour #D99053

Tints of Whiskey Sour #D99053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.69%

R = 48.87%
G = 32.43%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99053 (or 0xD99053) is known color: Whiskey Sour. HEX triplet: D9, 90 and 53. RGB value is (217,144,83). Sum of RGB (Red+Green+Blue) = 217+144+83=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D99053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99053 is #266FAC. Grayscale: #9F9F9F. Windows color (decimal): -2518957 or 5476569. OLE color: 5476569.

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

Color convert

RGB 217 144 83 -
CMYK 0 0.34 0.62 0.15
HSL 27.31º 0.64% 0.59% -
HSV(B) 27.31º 0.62% 0.85% -
XYZ 40.15 35.32 12.89 -
YUV 158.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 217 144 83 0 0.34 0.62 0.15 27.31 0.64 0.59
Hex D9 90 53 0 22 3E F 1B 40 3B
Octal 331 220 123 0 42 76 17 33 100 73
Binary 11011001 10010000 1010011 0 100010 111110 1111 11011 1000000 111011

Color Harmonies of #D99053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99053

Black with #D99053

Text Example


Text Example

White with #D99053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99053; }

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

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

background-color css

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

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

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

border-color css

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

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

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