Html Css Color HEX #D99452 Whiskey Sour

📋 copy color: '#D99452'

red 217 ◦ green 148 ◦ blue 82

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

Shades of Whiskey Sour #D99452

Tints of Whiskey Sour #D99452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.34%

R = 48.55%
G = 33.11%
B = 18.34%

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

#D99452 (or 0xD99452) is known color: Whiskey Sour. HEX triplet: D9, 94 and 52. RGB value is (217,148,82). Sum of RGB (Red+Green+Blue) = 217+148+82=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D99452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99452 is #266BAD. Grayscale: #A1A1A1. Windows color (decimal): -2517934 or 5412057. OLE color: 5412057.

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

Color convert

RGB 217 148 82 -
CMYK 0 0.32 0.62 0.15
HSL 29.33º 0.64% 0.59% -
HSV(B) 29.33º 0.62% 0.85% -
XYZ 40.73 36.54 12.89 -
YUV 161.11 83.36 167.87 -
System Red Green Blue C M Y K H S L
Decimal 217 148 82 0 0.32 0.62 0.15 29.33 0.64 0.59
Hex D9 94 52 0 20 3E F 1D 40 3B
Octal 331 224 122 0 40 76 17 35 100 73
Binary 11011001 10010100 1010010 0 100000 111110 1111 11101 1000000 111011

Color Harmonies of #D99452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99452

Black with #D99452

Text Example


Text Example

White with #D99452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99452; }

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

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

background-color css

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

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

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

border-color css

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

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

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