Html Css Color HEX #DF9666 Whiskey

📋 copy color: '#DF9666'

red 223 ◦ green 150 ◦ blue 102

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

Shades of Whiskey #DF9666

Tints of Whiskey #DF9666

RGB

 RED value IS 223 (87.5% from 255) = 46.95%

 GREEN value IS 150 (58.98% from 255) = 31.58%

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

R = 46.95%
G = 31.58%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF9666 (or 0xDF9666) is known color: Whiskey. HEX triplet: DF, 96 and 66. RGB value is (223,150,102). Sum of RGB (Red+Green+Blue) = 223+150+102=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9666 is #206999. Grayscale: #A6A6A6. Windows color (decimal): -2124186 or 6723295. OLE color: 6723295.

HSL color Cylindrical-coordinate representation of color #DF9666: hue angle of 23.8º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF9666 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 150 102 -
CMYK 0 0.33 0.54 0.13
HSL 23.8º 0.65% 0.64% -
HSV(B) 23.8º 0.54% 0.87% -
XYZ 43.74 38.46 17.69 -
YUV 166.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 223 150 102 0 0.33 0.54 0.13 23.8 0.65 0.64
Hex DF 96 66 0 21 36 D 18 41 40
Octal 337 226 146 0 41 66 15 30 101 100
Binary 11011111 10010110 1100110 0 100001 110110 1101 11000 1000001 1000000

Color Harmonies of #DF9666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9666

Black with #DF9666

Text Example


Text Example

White with #DF9666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9666; }

 p { color: rgb(223,150,102); }

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

background-color css

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

 a { background-color: rgb(223,150,102); }

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

border-color css

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

 span { border-color: rgb(223,150,102); }

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