Html Css Color HEX #D39166 Whiskey

📋 copy color: '#D39166'

red 211 ◦ green 145 ◦ blue 102

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

Shades of Whiskey #D39166

Tints of Whiskey #D39166

RGB

 RED value IS 211 (82.81% from 255) = 46.07%

 GREEN value IS 145 (57.03% from 255) = 31.66%

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

R = 46.07%
G = 31.66%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D39166 (or 0xD39166) is known color: Whiskey. HEX triplet: D3, 91 and 66. RGB value is (211,145,102). Sum of RGB (Red+Green+Blue) = 211+145+102=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D39166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39166 is #2C6E99. Grayscale: #A0A0A0. Windows color (decimal): -2911898 or 6722003. OLE color: 6722003.

HSL color Cylindrical-coordinate representation of color #D39166: hue angle of 23.67º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D39166 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 145 102 -
CMYK 0 0.31 0.52 0.17
HSL 23.67º 0.55% 0.61% -
HSV(B) 23.67º 0.52% 0.83% -
XYZ 39.39 35.06 17.26 -
YUV 159.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 211 145 102 0 0.31 0.52 0.17 23.67 0.55 0.61
Hex D3 91 66 0 1F 34 11 18 37 3D
Octal 323 221 146 0 37 64 21 30 67 75
Binary 11010011 10010001 1100110 0 11111 110100 10001 11000 110111 111101

Color Harmonies of #D39166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39166

Black with #D39166

Text Example


Text Example

White with #D39166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39166; }

 p { color: rgb(211,145,102); }

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

background-color css

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

 a { background-color: rgb(211,145,102); }

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

border-color css

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

 span { border-color: rgb(211,145,102); }

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