Html Css Color HEX #D99465 Whiskey

📋 copy color: '#D99465'

red 217 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #D99465

Tints of Whiskey #D99465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.67%

R = 46.57%
G = 31.76%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D99465 (or 0xD99465) is known color: Whiskey. HEX triplet: D9, 94 and 65. RGB value is (217,148,101). Sum of RGB (Red+Green+Blue) = 217+148+101=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99465 is #266B9A. Grayscale: #A3A3A3. Windows color (decimal): -2517915 or 6657241. OLE color: 6657241.

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

Color convert

RGB 217 148 101 -
CMYK 0 0.32 0.53 0.15
HSL 24.31º 0.6% 0.62% -
HSV(B) 24.31º 0.53% 0.85% -
XYZ 41.55 36.87 17.24 -
YUV 163.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 217 148 101 0 0.32 0.53 0.15 24.31 0.6 0.62
Hex D9 94 65 0 20 35 F 18 3C 3E
Octal 331 224 145 0 40 65 17 30 74 76
Binary 11011001 10010100 1100101 0 100000 110101 1111 11000 111100 111110

Color Harmonies of #D99465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99465

Black with #D99465

Text Example


Text Example

White with #D99465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99465; }

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

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

background-color css

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

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

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

border-color css

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

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

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