Html Css Color HEX #D19260 Whiskey

📋 copy color: '#D19260'

red 209 ◦ green 146 ◦ blue 96

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

Shades of Whiskey #D19260

Tints of Whiskey #D19260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.29%

R = 46.34%
G = 32.37%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D19260 (or 0xD19260) is known color: Whiskey. HEX triplet: D1, 92 and 60. RGB value is (209,146,96). Sum of RGB (Red+Green+Blue) = 209+146+96=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D19260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19260 is #2E6D9F. Grayscale: #9F9F9F. Windows color (decimal): -3042720 or 6329041. OLE color: 6329041.

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

Color convert

RGB 209 146 96 -
CMYK 0 0.30 0.54 0.18
HSL 26.55º 0.55% 0.6% -
HSV(B) 26.55º 0.54% 0.82% -
XYZ 38.68 34.96 15.77 -
YUV 159.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 209 146 96 0 0.30 0.54 0.18 26.55 0.55 0.6
Hex D1 92 60 0 1E 36 12 1B 37 3C
Octal 321 222 140 0 36 66 22 33 67 74
Binary 11010001 10010010 1100000 0 11110 110110 10010 11011 110111 111100

Color Harmonies of #D19260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19260

Black with #D19260

Text Example


Text Example

White with #D19260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19260; }

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

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

background-color css

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

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

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

border-color css

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

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

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