Html Css Color HEX #D19265 Whiskey

📋 copy color: '#D19265'

red 209 ◦ green 146 ◦ blue 101

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

Shades of Whiskey #D19265

Tints of Whiskey #D19265

RGB

 RED value IS 209 (82.03% from 255) = 45.83%

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

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

R = 45.83%
G = 32.02%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D19265 (or 0xD19265) is known color: Whiskey. HEX triplet: D1, 92 and 65. RGB value is (209,146,101). Sum of RGB (Red+Green+Blue) = 209+146+101=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D19265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19265 is #2E6D9A. Grayscale: #9F9F9F. Windows color (decimal): -3042715 or 6656721. OLE color: 6656721.

HSL color Cylindrical-coordinate representation of color #D19265: hue angle of 25º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D19265 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 146 101 -
CMYK 0 0.30 0.52 0.18
HSL 25º 0.54% 0.61% -
HSV(B) 25º 0.52% 0.82% -
XYZ 38.92 35.05 17.03 -
YUV 159.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 209 146 101 0 0.30 0.52 0.18 25 0.54 0.61
Hex D1 92 65 0 1E 34 12 19 36 3D
Octal 321 222 145 0 36 64 22 31 66 75
Binary 11010001 10010010 1100101 0 11110 110100 10010 11001 110110 111101

Color Harmonies of #D19265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19265

Black with #D19265

Text Example


Text Example

White with #D19265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19265; }

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

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

background-color css

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

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

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

border-color css

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

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

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