Html Css Color HEX #D19262 Whiskey

📋 copy color: '#D19262'

red 209 ◦ green 146 ◦ blue 98

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

Shades of Whiskey #D19262

Tints of Whiskey #D19262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.63%

R = 46.14%
G = 32.23%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D19262 (or 0xD19262) is known color: Whiskey. HEX triplet: D1, 92 and 62. RGB value is (209,146,98). Sum of RGB (Red+Green+Blue) = 209+146+98=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D19262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19262 is #2E6D9D. Grayscale: #9F9F9F. Windows color (decimal): -3042718 or 6460113. OLE color: 6460113.

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

Color convert

RGB 209 146 98 -
CMYK 0 0.30 0.53 0.18
HSL 25.95º 0.55% 0.6% -
HSV(B) 25.95º 0.53% 0.82% -
XYZ 38.78 34.99 16.27 -
YUV 159.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 209 146 98 0 0.30 0.53 0.18 25.95 0.55 0.6
Hex D1 92 62 0 1E 35 12 1A 37 3C
Octal 321 222 142 0 36 65 22 32 67 74
Binary 11010001 10010010 1100010 0 11110 110101 10010 11010 110111 111100

Color Harmonies of #D19262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19262

Black with #D19262

Text Example


Text Example

White with #D19262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19262; }

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

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

background-color css

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

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

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

border-color css

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

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

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