Html Css Color HEX #D99265 Whiskey

📋 copy color: '#D99265'

red 217 ◦ green 146 ◦ blue 101

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

Shades of Whiskey #D99265

Tints of Whiskey #D99265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.47%

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

R = 46.77%
G = 31.47%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D99265 (or 0xD99265) is known color: Whiskey. HEX triplet: D9, 92 and 65. RGB value is (217,146,101). Sum of RGB (Red+Green+Blue) = 217+146+101=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D99265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99265 is #266D9A. Grayscale: #A2A2A2. Windows color (decimal): -2518427 or 6656729. OLE color: 6656729.

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

Color convert

RGB 217 146 101 -
CMYK 0 0.33 0.53 0.15
HSL 23.28º 0.6% 0.62% -
HSV(B) 23.28º 0.53% 0.85% -
XYZ 41.24 36.25 17.13 -
YUV 162.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 217 146 101 0 0.33 0.53 0.15 23.28 0.6 0.62
Hex D9 92 65 0 21 35 F 17 3C 3E
Octal 331 222 145 0 41 65 17 27 74 76
Binary 11011001 10010010 1100101 0 100001 110101 1111 10111 111100 111110

Color Harmonies of #D99265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99265

Black with #D99265

Text Example


Text Example

White with #D99265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99265; }

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

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

background-color css

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

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

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

border-color css

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

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

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