Html Css Color HEX #D99462 Whiskey Sour

📋 copy color: '#D99462'

red 217 ◦ green 148 ◦ blue 98

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

Shades of Whiskey Sour #D99462

Tints of Whiskey Sour #D99462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.17%

R = 46.87%
G = 31.97%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D99462 (or 0xD99462) is known color: Whiskey Sour. HEX triplet: D9, 94 and 62. RGB value is (217,148,98). Sum of RGB (Red+Green+Blue) = 217+148+98=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D99462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99462 is #266B9D. Grayscale: #A3A3A3. Windows color (decimal): -2517918 or 6460633. OLE color: 6460633.

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

Color convert

RGB 217 148 98 -
CMYK 0 0.32 0.55 0.15
HSL 25.21º 0.61% 0.62% -
HSV(B) 25.21º 0.55% 0.85% -
XYZ 41.41 36.81 16.48 -
YUV 162.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 217 148 98 0 0.32 0.55 0.15 25.21 0.61 0.62
Hex D9 94 62 0 20 37 F 19 3D 3E
Octal 331 224 142 0 40 67 17 31 75 76
Binary 11011001 10010100 1100010 0 100000 110111 1111 11001 111101 111110

Color Harmonies of #D99462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99462

Black with #D99462

Text Example


Text Example

White with #D99462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99462; }

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

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

background-color css

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

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

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

border-color css

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

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

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