Html Css Color HEX #DF9665 Whiskey

📋 copy color: '#DF9665'

red 223 ◦ green 150 ◦ blue 101

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

Shades of Whiskey #DF9665

Tints of Whiskey #DF9665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.31%

R = 47.05%
G = 31.65%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF9665 (or 0xDF9665) is known color: Whiskey. HEX triplet: DF, 96 and 65. RGB value is (223,150,101). Sum of RGB (Red+Green+Blue) = 223+150+101=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9665 is #20699A. Grayscale: #A6A6A6. Windows color (decimal): -2124187 or 6657759. OLE color: 6657759.

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

Color convert

RGB 223 150 101 -
CMYK 0 0.33 0.55 0.13
HSL 24.1º 0.66% 0.64% -
HSV(B) 24.1º 0.55% 0.87% -
XYZ 43.69 38.44 17.43 -
YUV 166.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 223 150 101 0 0.33 0.55 0.13 24.1 0.66 0.64
Hex DF 96 65 0 21 37 D 18 42 40
Octal 337 226 145 0 41 67 15 30 102 100
Binary 11011111 10010110 1100101 0 100001 110111 1101 11000 1000010 1000000

Color Harmonies of #DF9665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9665

Black with #DF9665

Text Example


Text Example

White with #DF9665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9665; }

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

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

background-color css

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

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

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

border-color css

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

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

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