Html Css Color HEX #D19466 Whiskey

📋 copy color: '#D19466'

red 209 ◦ green 148 ◦ blue 102

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

Shades of Whiskey #D19466

Tints of Whiskey #D19466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.22%

R = 45.53%
G = 32.24%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D19466 (or 0xD19466) is known color: Whiskey. HEX triplet: D1, 94 and 66. RGB value is (209,148,102). Sum of RGB (Red+Green+Blue) = 209+148+102=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D19466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19466 is #2E6B99. Grayscale: #A1A1A1. Windows color (decimal): -3042202 or 6722769. OLE color: 6722769.

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

Color convert

RGB 209 148 102 -
CMYK 0 0.29 0.51 0.18
HSL 25.79º 0.54% 0.61% -
HSV(B) 25.79º 0.51% 0.82% -
XYZ 39.28 35.69 17.39 -
YUV 161 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 209 148 102 0 0.29 0.51 0.18 25.79 0.54 0.61
Hex D1 94 66 0 1D 33 12 1A 36 3D
Octal 321 224 146 0 35 63 22 32 66 75
Binary 11010001 10010100 1100110 0 11101 110011 10010 11010 110110 111101

Color Harmonies of #D19466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19466

Black with #D19466

Text Example


Text Example

White with #D19466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19466; }

 p { color: rgb(209,148,102); }

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

background-color css

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

 a { background-color: rgb(209,148,102); }

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

border-color css

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

 span { border-color: rgb(209,148,102); }

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