Html Css Color HEX #D99453 Whiskey Sour

📋 copy color: '#D99453'

red 217 ◦ green 148 ◦ blue 83

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

Shades of Whiskey Sour #D99453

Tints of Whiskey Sour #D99453

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.04%

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

R = 48.44%
G = 33.04%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99453 (or 0xD99453) is known color: Whiskey Sour. HEX triplet: D9, 94 and 53. RGB value is (217,148,83). Sum of RGB (Red+Green+Blue) = 217+148+83=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D99453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99453 is #266BAC. Grayscale: #A1A1A1. Windows color (decimal): -2517933 or 5477593. OLE color: 5477593.

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

Color convert

RGB 217 148 83 -
CMYK 0 0.32 0.62 0.15
HSL 29.1º 0.64% 0.59% -
HSV(B) 29.1º 0.62% 0.85% -
XYZ 40.77 36.56 13.09 -
YUV 161.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 217 148 83 0 0.32 0.62 0.15 29.1 0.64 0.59
Hex D9 94 53 0 20 3E F 1D 40 3B
Octal 331 224 123 0 40 76 17 35 100 73
Binary 11011001 10010100 1010011 0 100000 111110 1111 11101 1000000 111011

Color Harmonies of #D99453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99453

Black with #D99453

Text Example


Text Example

White with #D99453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99453; }

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

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

background-color css

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

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

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

border-color css

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

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

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